Move AppAsset from config to assets directory

This commit is contained in:
slavcodev 2013-11-13 18:17:05 +02:00
parent 5221777033
commit 7d521cb75a
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
* @license http://www.yiiframework.com/license/
*/
namespace app\config;
namespace app\assets;
use yii\web\AssetBundle;

View File

@ -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