You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe the Facade \Saade\FilamentLaravelLog\Facades\FilamentLaravelLog isn't set up correctly because composer complains about it every time when it updates files for my IDE Helper:
> @php artisan ide-helper:generate
Exception: Target class [filament-laravel-log] does not exist.
Skipping \Saade\FilamentLaravelLog\Facades\FilamentLaravelLog.
Exception: Target class [filament-laravel-log] does not exist.
Skipping \Saade\FilamentLaravelLog\Facades\FilamentLaravelLog.
Is the Facade actually needed or useful?
The text was updated successfully, but these errors were encountered:
malle-pietje
changed the title
Facade is triggering an error in composer
Facade is triggering errors when updating IDE Helper files
Sep 18, 2023
I believe the Facade
\Saade\FilamentLaravelLog\Facades\FilamentLaravelLog
isn't set up correctly because composer complains about it every time when it updates files for my IDE Helper:Is the Facade actually needed or useful?
The text was updated successfully, but these errors were encountered: