Skip to content

Commit

Permalink
Add missing dependency to YiiAsset in the asset manager.
Browse files Browse the repository at this point in the history
  • Loading branch information
drsdre committed Oct 27, 2015
1 parent 8257d1e commit 8df3746
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WizardWidgetAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
class WizardWidgetAsset extends AssetBundle
{
public $sourcePath = '@drsdre/wizardwidget';
public $depends = [ 'yii\web\YiiAsset' ];
public $css = [
'css/wizardwidget.css',
];
Expand Down

0 comments on commit 8df3746

Please sign in to comment.