mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-20 00:20:44 +08:00
updated alias.
This commit is contained in:
@@ -618,7 +618,6 @@ class YiiBase
|
|||||||
YiiBase::$aliases = array(
|
YiiBase::$aliases = array(
|
||||||
'@yii' => array(
|
'@yii' => array(
|
||||||
'@yii/bootstrap' => __DIR__ . '/bootstrap',
|
'@yii/bootstrap' => __DIR__ . '/bootstrap',
|
||||||
'@yii/jui' => __DIR__ . '/jui',
|
|
||||||
'@yii' => __DIR__,
|
'@yii' => __DIR__,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user