mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-29 22:21:33 +08:00
fixed component name
This commit is contained in:
@@ -103,7 +103,7 @@ class Application extends \yii\base\Application
|
|||||||
*/
|
*/
|
||||||
public function getAssets()
|
public function getAssets()
|
||||||
{
|
{
|
||||||
return $this->getComponent('user');
|
return $this->getComponent('assets');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user