Skip to content

Commit

Permalink
Update to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Jun 29, 2014
1 parent 7efba69 commit f65f843
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/assets_b/AppAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @license http://www.yiiframework.com/license/
*/

namespace backend\assets;
namespace backend\assets_b;

use yii\web\AssetBundle;

Expand Down
2 changes: 1 addition & 1 deletion backend/views/layouts/main.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
use backend\assets\AppAsset;
use backend\assets_b\AppAsset;
use yii\helpers\Html;
use yii\bootstrap\Nav;
use yii\bootstrap\NavBar;
Expand Down

0 comments on commit f65f843

Please sign in to comment.