Compare commits

...

1 Commits

Author SHA1 Message Date
Lance Pioch
aafe17174f Do not show installer by default 2024-09-27 18:44:56 -04:00

View File

@@ -95,7 +95,7 @@ return [
],
'installer' => [
'enabled' => env('APP_INSTALLER', true),
'enabled' => env('APP_INSTALLER', false),
],
],