FilamentF
Filament2y ago
Eren

Production Error

I got an error after production. Whats the problem. Didnt get it.

 PHP Fatal error:  Could not check compatibility between App\Models\User::canAccessPanel(App\Models\Panel $panel): bool and Filament\Models\Contracts\FilamentUser::canAccessPanel(Filament\Panel $panel): bool, because class App\Models\Panel is not available in app/Models/User.php on line 17

In User.php line 17:

  Could not check compatibility between App\Models\User::canAccessPanel(App\Models\Panel $panel): bool and Filament\Models\Contracts\FilamentUser::canAccess
  Panel(Filament\Panel $panel): bool, because class App\Models\Panel is not available 
Solution
You didn't import Panel.
Was this page helpful?