diff --git a/yii/YiiBase.php b/yii/YiiBase.php index ad48e52..2fac476 100644 --- a/yii/YiiBase.php +++ b/yii/YiiBase.php @@ -614,3 +614,5 @@ class YiiBase } } } + +YiiBase::$aliases['@yii/bootstrap'] = __DIR__ . '/bootstrap';