Skip to content

Commit b751b4c

Browse files
authored
Merge pull request rashidlaasri#198 from akgarg007/master
Updated config/installer.php
2 parents d2184e2 + ad728fa commit b751b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config/installer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
'app_name' => 'required|string|max:50',
6464
'environment' => 'required|string|max:50',
6565
'environment_custom' => 'required_if:environment,other|max:50',
66-
'app_debug' => 'required|boolean',
66+
'app_debug' => 'required|string',
6767
'app_log_level' => 'required|string|max:50',
6868
'app_url' => 'required|url',
6969
'database_connection' => 'required|string|max:50',

0 commit comments

Comments
 (0)