From 7d521cb75ac8baabc2c2f19794c9c18ec8b119e7 Mon Sep 17 00:00:00 2001 From: slavcodev Date: Wed, 13 Nov 2013 18:17:05 +0200 Subject: [PATCH] Move AppAsset from config to assets directory --- {config => assets}/AppAsset.php | 2 +- views/layouts/main.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename {config => assets}/AppAsset.php (95%) diff --git a/config/AppAsset.php b/assets/AppAsset.php similarity index 95% rename from config/AppAsset.php rename to assets/AppAsset.php index 87f6f8b..c964d36 100644 --- a/config/AppAsset.php +++ b/assets/AppAsset.php @@ -5,7 +5,7 @@ * @license http://www.yiiframework.com/license/ */ -namespace app\config; +namespace app\assets; use yii\web\AssetBundle; diff --git a/views/layouts/main.php b/views/layouts/main.php index 49b0f4c..8489e9c 100644 --- a/views/layouts/main.php +++ b/views/layouts/main.php @@ -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