Skip to content

Commit e9f81da

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Commands/InitCommand.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -225,11 +225,11 @@ protected function setupEnvFiles(): void
225225
{
226226
$envConfig = [
227227
'APP_NAME' => $this->appName,
228-
'DB_CONNECTION' => $this->defaulDBConnectionConfig['driver'],
229-
'DB_HOST' => $this->defaulDBConnectionConfig['host'],
230-
'DB_PORT' => $this->defaulDBConnectionConfig['port'],
231-
'DB_DATABASE' => $this->defaulDBConnectionConfig['database'],
232-
'DB_USERNAME' => $this->defaulDBConnectionConfig['username'],
228+
'DB_CONNECTION' => $this->defaultDBConnectionConfig['driver'],
229+
'DB_HOST' => $this->defaultDBConnectionConfig['host'],
230+
'DB_PORT' => $this->defaultDBConnectionConfig['port'],
231+
'DB_DATABASE' => $this->defaultDBConnectionConfig['database'],
232+
'DB_USERNAME' => $this->defaultDBConnectionConfig['username'],
233233
'DB_PASSWORD' => '',
234234
];
235235

0 commit comments

Comments
 (0)