Do not show installer by default

This commit is contained in:
Lance Pioch 2024-09-27 18:44:56 -04:00
parent a067419d6e
commit aafe17174f

View File

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