Skip to content

Commit d65998d

Browse files
authored
[bugfix] the invalid source path
1 parent fa20718 commit d65998d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LockFormAsset.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class LockFormAsset extends AssetBundle
2626
/**
2727
* {@inheritdoc}
2828
*/
29-
public $js = ['assets/lock.js'];
29+
public $js = ['lock.js'];
3030
/**
3131
* {@inheritdoc}
3232
*/

0 commit comments

Comments
 (0)