phpsa / filament-authentication

MIT License
106 stars 23 forks source link

filament-autentication config changes not working #38

Closed abhitheawesomecoder closed 1 year ago

abhitheawesomecoder commented 1 year ago

static::getModel() is giving below model

\Spatie\Permission\Models\Role ::class

even after making changes in filament-autentication.php config

'Role' => \App\Models\Role::class,