diff --git a/framework/web/AssetManager.php b/framework/web/AssetManager.php index ccf6dd8..6c32687 100644 --- a/framework/web/AssetManager.php +++ b/framework/web/AssetManager.php @@ -116,6 +116,7 @@ class AssetManager extends Component $this->bundles[$name] = Yii::createObject($config); } } + // todo: publish bundle return $this->bundles[$name]; }