mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-22 01:30:23 +08:00
Merge branch 'master' of github.com:yiisoft/yii2
This commit is contained in:
@@ -126,8 +126,8 @@ class AssetManager extends Component
|
||||
$config = $this->bundles[$name];
|
||||
if (!isset($config['class'])) {
|
||||
$config['class'] = 'yii\\web\\AssetBundle';
|
||||
$this->bundles[$name] = Yii::createObject($config);
|
||||
}
|
||||
$this->bundles[$name] = Yii::createObject($config);
|
||||
}
|
||||
|
||||
return $this->bundles[$name];
|
||||
|
||||
Reference in New Issue
Block a user