We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9f81da commit 491afa3Copy full SHA for 491afa3
src/Commands/InitCommand.php
@@ -252,7 +252,7 @@ protected function setupEnvFiles(): void
252
'CACHE_STORE' => 'redis',
253
'QUEUE_CONNECTION' => 'redis',
254
'SESSION_DRIVER' => 'redis',
255
- 'DB_CONNECTION' => $this->defaulDBConnectionConfig['driver'],
+ 'DB_CONNECTION' => $this->defaultDBConnectionConfig['driver'],
256
'DB_HOST' => '',
257
'DB_PORT' => '',
258
'DB_DATABASE' => '',
0 commit comments