saade / filament-fullcalendar

The Most Popular JavaScript Calendar as a Filament Widget
MIT License
269 stars 83 forks source link

Upgraded to v3.0, there is a typo in fullcalendar.blade.php #111

Closed paperscissors closed 11 months ago

paperscissors commented 11 months ago

https://github.com/saade/filament-fullcalendar/blob/19021baff5798ffcf9c6661f8580146b7ca5692f/resources/views/fullcalendar.blade.php#L2C70-L2C70

The call to assign to $plugin is not properly cased $plugin = \Saade\FilamentFullcalendar\FilamentFullcalendarPlugin::get();

should be

$plugin = \Saade\FilamentFullCalendar\FilamentFullCalendarPlugin::get();

sheepbild commented 11 months ago

I confirm, same problem here