Skip to content

Commit

Permalink
FIxing JS asset file
Browse files Browse the repository at this point in the history
  • Loading branch information
Borales committed Oct 6, 2019
1 parent 8b9e3a5 commit 563bfab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhoneInputAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class PhoneInputAsset extends AssetBundle
/** @var array */
public $js = [
'build/js/utils.js',
'build/js/intlTelInput.min.js',
'build/js/intlTelInput-jquery.js',
];
/** @var array */
public $depends = ['yii\web\JqueryAsset'];
Expand Down

0 comments on commit 563bfab

Please sign in to comment.