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