Skip to content

Commit

Permalink
Merge commit 'e9e5a843e47f47af61146524af99c0e98d8f5f90'
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Jul 28, 2016
2 parents 38a4268 + e9e5a84 commit 9ce7305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/AdminLteAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
namespace dmstr\web;

use yii\base\Exception;
use yii\web\AssetBundle;
use yii\web\AssetBundle as BaseAdminLteAsset;

/**
* AdminLte AssetBundle
* @since 0.1
*/
class AdminLteAsset extends AssetBundle
class AdminLteAsset extends BaseAdminLteAsset
{
public $sourcePath = '@vendor/almasaeed2010/adminlte/dist';
public $css = [
Expand Down

0 comments on commit 9ce7305

Please sign in to comment.