Skip to content

Commit 7aa3449

Browse files
committed
Fix missing comma in existing configuration
1 parent 5de257c commit 7aa3449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,6 @@
439439
'DebugKit' => [
440440
'forceEnable' => filter_var(env('DEBUG_KIT_FORCE_ENABLE', false), FILTER_VALIDATE_BOOLEAN),
441441
'safeTld' => env('DEBUG_KIT_SAFE_TLD', null),
442-
'ignoreAuthorization' => env('DEBUG_KIT_IGNORE_AUTHORIZATION', false)
442+
'ignoreAuthorization' => env('DEBUG_KIT_IGNORE_AUTHORIZATION', false),
443443
],
444444
];

0 commit comments

Comments
 (0)