Skip to content

Commit 7e6da5e

Browse files
committed
remove default
1 parent b935645 commit 7e6da5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configuration.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
'psx_dispatch' => '',
1313

1414
// Defines the current environment i.e. prod or dev
15-
'psx_env' => env('APP_ENV')->string()->default('prod'),
15+
'psx_env' => env('APP_ENV')->string(),
1616

1717
// Whether the app runs in debug mode or not. If not error reporting is set to 0, also several caches are used if
1818
// the debug mode is false
19-
'psx_debug' => env('APP_DEBUG')->bool()->default(false),
19+
'psx_debug' => env('APP_DEBUG')->bool(),
2020

2121
// Database parameters which are used for the doctrine DBAL connection
2222
// https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html

0 commit comments

Comments
 (0)