Move AppAsset from config to assets directory
This commit is contained in:
parent
5221777033
commit
7d521cb75a
@ -5,7 +5,7 @@
|
||||
* @license http://www.yiiframework.com/license/
|
||||
*/
|
||||
|
||||
namespace app\config;
|
||||
namespace app\assets;
|
||||
|
||||
use yii\web\AssetBundle;
|
||||
|
@ -3,7 +3,7 @@ use yii\helpers\Html;
|
||||
use yii\bootstrap\Nav;
|
||||
use yii\bootstrap\NavBar;
|
||||
use yii\widgets\Breadcrumbs;
|
||||
use app\config\AppAsset;
|
||||
use app\assets\AppAsset;
|
||||
|
||||
/**
|
||||
* @var \yii\web\View $this
|
||||
|
Loading…
Reference in New Issue
Block a user