Skip to content

Commit

Permalink
use aliased AssetBundle, see https://bugs.php.net/bug.php?id=66773
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed May 31, 2016
1 parent 73eca05 commit 0030226
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 0030226

Please sign in to comment.