From 8df3746836778b2935b84e202f5f954adaf70f79 Mon Sep 17 00:00:00 2001 From: Andre Schuurman Date: Tue, 27 Oct 2015 15:14:16 +0100 Subject: [PATCH] Add missing dependency to YiiAsset in the asset manager. --- WizardWidgetAsset.php | 1 + 1 file changed, 1 insertion(+) diff --git a/WizardWidgetAsset.php b/WizardWidgetAsset.php index ffc110f..44c67ba 100644 --- a/WizardWidgetAsset.php +++ b/WizardWidgetAsset.php @@ -17,6 +17,7 @@ class WizardWidgetAsset extends AssetBundle { public $sourcePath = '@drsdre/wizardwidget'; + public $depends = [ 'yii\web\YiiAsset' ]; public $css = [ 'css/wizardwidget.css', ];