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