Closed sinnbeck closed 1 year ago
its already fixed in v3.0.2 90a3adab4ecd1ebd5f04903d4a1993aef9119716
@saade It wasn't fixed in 90a3ada, that only fixed the class name part:
\Saade\FilamentFullcalendar\FilamentFullC
alendarPlugin::get();
But there's also a lowercase 'c' here:
\Saade\FilamentFullc
alendar\FilamentFullCalendarPlugin::get();
So it should be:
\Saade\FilamentFullCalendar\FilamentFullCalendarPlugin::get();
Made a PR here #139
Here https://github.com/saade/filament-fullcalendar/blob/3.x/resources/views/fullcalendar.blade.php#L2
It says
FilamentFullcalendar
but should beFilamentFullCalendar