We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa08fbf commit a1e8926Copy full SHA for a1e8926
src/TagsinputAsset.php
@@ -20,6 +20,6 @@ class TagsinputAsset extends \yii\web\AssetBundle
20
public $depends = [
21
'yii\web\JqueryAsset',
22
'yii\bootstrap\BootstrapPluginAsset',
23
- 'wbraganca\tagsinput\TypeaheadAsset'
+ 'avikarsha\tagsinput\TypeaheadAsset'
24
];
25
}
0 commit comments