diff --git a/framework/yii/YiiBase.php b/framework/yii/YiiBase.php index 42286ec..6384023 100644 --- a/framework/yii/YiiBase.php +++ b/framework/yii/YiiBase.php @@ -618,7 +618,6 @@ class YiiBase YiiBase::$aliases = array( '@yii' => array( '@yii/bootstrap' => __DIR__ . '/bootstrap', - '@yii/jui' => __DIR__ . '/jui', '@yii' => __DIR__, ), );