diff --git a/framework/Yii.php b/framework/Yii.php index 1245339..4226770 100644 --- a/framework/Yii.php +++ b/framework/Yii.php @@ -5,6 +5,8 @@ * @license http://www.yiiframework.com/license/ */ +require __DIR__ . '/BaseYii.php'; + /** * Yii is a helper class serving common framework functionalities. *