From c73c0ce74ad60f9c310ea39159746119729fe691 Mon Sep 17 00:00:00 2001 From: eXeCUT Date: Fri, 12 Jul 2019 17:45:12 +0300 Subject: [PATCH] fix --- LoadingOverlayAsset.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LoadingOverlayAsset.php b/LoadingOverlayAsset.php index 5070b71..9eb2697 100644 --- a/LoadingOverlayAsset.php +++ b/LoadingOverlayAsset.php @@ -3,11 +3,11 @@ use execut\yii\web\AssetBundle; use yii\helpers\Inflector; +use yii\jui\JuiAsset; use yii\web\JqueryAsset; class LoadingOverlayAsset extends AssetBundle { public $depends = [ - JqueryAsset::class, - LoadingOverlayBowerAsset::class, + JuiAsset::class, ]; } \ No newline at end of file