Browse Source

fixed component name

tags/2.0.0-beta
Alexander Makarov 12 years ago
parent
commit
a701697c96
  1. 2
      framework/web/Application.php

2
framework/web/Application.php

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

Loading…
Cancel
Save