From 003cb86dfd6d251fcd58c3c63c1e44e4ff7fa440 Mon Sep 17 00:00:00 2001 From: Ali Irani Date: Sun, 16 Apr 2017 20:13:54 +0430 Subject: [PATCH] Fixed bug in asset bundles --- AdminLteAsset.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/AdminLteAsset.php b/AdminLteAsset.php index 0da63f4..43e6f01 100644 --- a/AdminLteAsset.php +++ b/AdminLteAsset.php @@ -8,4 +8,11 @@ class AdminLteAsset extends \dmstr\web\AdminLteAsset { public $css = []; + + public function init() + { + $this->skin = false; + + parent::init(); + } }