Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
execut committed Jul 12, 2019
1 parent fdbbe66 commit c73c0ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LoadingOverlayAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
];
}

0 comments on commit c73c0ce

Please sign in to comment.