Multiple shield config
I have 3 panels and i wanna make each panel have different filament shield config for changing scope of auth_provider_model of each panel
// config/filament-shield.php
return require config_path('service/' . env('APP_ENV', 'local') . '.php');//config/filament-shield.php
...
'auth_provider_model' => [
'fqcn' => 'App\\Models\\User',
],
...