You've already forked Atomcms-edit
Add (bool) type casts to all boolean env() calls across config files
This commit is contained in:
@@ -16,7 +16,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'enabled' => env('LOG_VIEWER_ENABLED', true),
|
||||
'enabled' => (bool) env('LOG_VIEWER_ENABLED', true),
|
||||
|
||||
'require_auth_in_production' => true,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user