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

Commit

Permalink
Merge pull request #198 from akgarg007/master
Browse files Browse the repository at this point in the history
Updated config/installer.php
  • Loading branch information
rashidlaasri committed May 19, 2020
2 parents d2184e2 + ad728fa commit b751b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config/installer.php
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 b751b4c

Please sign in to comment.