Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

Commit

Permalink
fix #17: Uses lower case in sourcePath
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrogehlen authored Sep 6, 2019
1 parent 666d0f3 commit dd6f7cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions QueryBuilderAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/
class QueryBuilderAsset extends AssetBundle {

public $sourcePath = '@bower/jQuery-QueryBuilder/dist';
public $sourcePath = '@bower/jquery-querybuilder/dist';

public $js = [
'js/query-builder.standalone.min.js',
Expand All @@ -26,4 +26,4 @@ class QueryBuilderAsset extends AssetBundle {
'leandrogehlen\querybuilder\BootstrapAsset',
];

}
}

0 comments on commit dd6f7cd

Please sign in to comment.