Skip to content

Commit

Permalink
fix flatpickr assets path
Browse files Browse the repository at this point in the history
  • Loading branch information
Beaten-Sect0r authored Jun 21, 2017
1 parent 14bbffd commit 0524400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/FlatpickrAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class FlatpickrAsset extends AssetBundle
{
public $sourcePath = '@bower/flatpickr-calendar/dist';
public $sourcePath = '@bower/flatpickr/dist';
public $locale;
public $plugins = [];
public $theme;
Expand Down

0 comments on commit 0524400

Please sign in to comment.