We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5de257c commit 7aa3449Copy full SHA for 7aa3449
1 file changed
config/app.php
@@ -439,6 +439,6 @@
439
'DebugKit' => [
440
'forceEnable' => filter_var(env('DEBUG_KIT_FORCE_ENABLE', false), FILTER_VALIDATE_BOOLEAN),
441
'safeTld' => env('DEBUG_KIT_SAFE_TLD', null),
442
- 'ignoreAuthorization' => env('DEBUG_KIT_IGNORE_AUTHORIZATION', false)
+ 'ignoreAuthorization' => env('DEBUG_KIT_IGNORE_AUTHORIZATION', false),
443
],
444
];
0 commit comments