We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here https://github.com/saade/filament-fullcalendar/blob/3.x/resources/views/fullcalendar.blade.php#L2
It says FilamentFullcalendar but should be FilamentFullCalendar
FilamentFullcalendar
FilamentFullCalendar
The text was updated successfully, but these errors were encountered:
its already fixed in v3.0.2 90a3ada
Sorry, something went wrong.
@saade It wasn't fixed in 90a3ada, that only fixed the class name part:
\Saade\FilamentFullcalendar\FilamentFullCalendarPlugin::get();
C
But there's also a lowercase 'c' here:
c
So it should be:
\Saade\FilamentFullCalendar\FilamentFullCalendarPlugin::get();
Made a PR here #139
No branches or pull requests
Here https://github.com/saade/filament-fullcalendar/blob/3.x/resources/views/fullcalendar.blade.php#L2
It says
FilamentFullcalendar
but should beFilamentFullCalendar
The text was updated successfully, but these errors were encountered: