Skip to content

Commit 491afa3

Browse files
authored
Apply suggestion from @DenTray
1 parent e9f81da commit 491afa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/InitCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ protected function setupEnvFiles(): void
252252
'CACHE_STORE' => 'redis',
253253
'QUEUE_CONNECTION' => 'redis',
254254
'SESSION_DRIVER' => 'redis',
255-
'DB_CONNECTION' => $this->defaulDBConnectionConfig['driver'],
255+
'DB_CONNECTION' => $this->defaultDBConnectionConfig['driver'],
256256
'DB_HOST' => '',
257257
'DB_PORT' => '',
258258
'DB_DATABASE' => '',

0 commit comments

Comments
 (0)