fixed component name

This commit is contained in:
Alexander Makarov
2013-04-19 01:58:23 +04:00
parent 77233cf39e
commit a701697c96

View File

@@ -103,7 +103,7 @@ class Application extends \yii\base\Application
*/
public function getAssets()
{
return $this->getComponent('user');
return $this->getComponent('assets');
}
/**