Skip to content

Commit

Permalink
Merge pull request rashidlaasri#181 from divyanshukr96/master
Browse files Browse the repository at this point in the history
LogicException Error with Laravel removed
  • Loading branch information
rashidlaasri authored Aug 12, 2019
2 parents 01c24c5 + 7675aa3 commit fb20e54
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Config/installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,7 @@
'app_name' => 'required|string|max:50',
'environment' => 'required|string|max:50',
'environment_custom' => 'required_if:environment,other|max:50',
'app_debug' => [
'required',
Rule::in(['true', 'false']),
],
'app_debug' => 'required|boolean',
'app_log_level' => 'required|string|max:50',
'app_url' => 'required|url',
'database_connection' => 'required|string|max:50',
Expand Down

0 comments on commit fb20e54

Please sign in to comment.