File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments