Skip to content

Commit

Permalink
fix: add moment and momentTimezone as default plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
saade committed Sep 27, 2023
1 parent c8b58cf commit f4adeab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FilamentFullCalendarPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class FilamentFullCalendarPlugin implements Plugin
{
protected array $plugins = ['dayGrid', 'timeGrid', 'interaction', 'list'];
protected array $plugins = ['dayGrid', 'timeGrid', 'interaction', 'list', 'moment', 'momentTimezone'];

protected ?string $schedulerLicenseKey = null;

Expand Down

0 comments on commit f4adeab

Please sign in to comment.