Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Changed 'app_debug' validation from boolean into string
Browse files Browse the repository at this point in the history
  • Loading branch information
gargashwani authored May 19, 2020
1 parent d2184e2 commit ad728fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config/installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
'app_name' => 'required|string|max:50',
'environment' => 'required|string|max:50',
'environment_custom' => 'required_if:environment,other|max:50',
'app_debug' => 'required|boolean',
'app_debug' => 'required|string',
'app_log_level' => 'required|string|max:50',
'app_url' => 'required|url',
'database_connection' => 'required|string|max:50',
Expand Down

0 comments on commit ad728fa

Please sign in to comment.