updated firewall config
This commit is contained in:
@@ -4,7 +4,7 @@ return [
|
|||||||
|
|
||||||
'enabled' => env('FIREWALL_ENABLED', false),
|
'enabled' => env('FIREWALL_ENABLED', false),
|
||||||
|
|
||||||
'whitelist' => [env('FIREWALL_WHITELIST', '')],
|
'whitelist' => explode(',', env('FIREWALL_WHITELIST', '')),
|
||||||
|
|
||||||
'models' => [
|
'models' => [
|
||||||
'user' => '\App\Models\Auth\User',
|
'user' => '\App\Models\Auth\User',
|
||||||
|
|||||||
Reference in New Issue
Block a user