Skip to content
New issue

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

Typo in namespace #119

Closed
sinnbeck opened this issue Oct 10, 2023 · 2 comments
Closed

Typo in namespace #119

sinnbeck opened this issue Oct 10, 2023 · 2 comments

Comments

@sinnbeck
Copy link

Here https://github.com/saade/filament-fullcalendar/blob/3.x/resources/views/fullcalendar.blade.php#L2

It says FilamentFullcalendar but should be FilamentFullCalendar

@saade
Copy link
Owner

saade commented Oct 10, 2023

its already fixed in v3.0.2 90a3ada

@saade saade closed this as completed Oct 10, 2023
@markcameron
Copy link
Contributor

markcameron commented Dec 6, 2023

@saade It wasn't fixed in 90a3ada, that only fixed the class name part:

\Saade\FilamentFullcalendar\FilamentFullCalendarPlugin::get();

But there's also a lowercase 'c' here:

\Saade\FilamentFullcalendar\FilamentFullCalendarPlugin::get();

So it should be:

\Saade\FilamentFullCalendar\FilamentFullCalendarPlugin::get();

Made a PR here #139

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants