Skip to content

Commit

Permalink
Fixed bug in asset bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
airani committed Apr 16, 2017
1 parent 4cb0d0d commit 003cb86
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions AdminLteAsset.php
Expand Up @@ -8,4 +8,11 @@
class AdminLteAsset extends \dmstr\web\AdminLteAsset
{
public $css = [];

public function init()
{
$this->skin = false;

parent::init();
}
}

0 comments on commit 003cb86

Please sign in to comment.