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 060faa6 commit 6a175f3Copy full SHA for 6a175f3
src/Illuminate/Database/Schema/PostgresSchemaState.php
@@ -70,7 +70,7 @@ protected function baseVariables(array $config)
70
71
return [
72
'LARAVEL_LOAD_HOST' => is_array($config['host']) ? $config['host'][0] : $config['host'],
73
- 'LARAVEL_LOAD_PORT' => $config['port'],
+ 'LARAVEL_LOAD_PORT' => $config['port'] ?? '',
74
'LARAVEL_LOAD_USER' => $config['username'],
75
'PGPASSWORD' => $config['password'],
76
'LARAVEL_LOAD_DATABASE' => $config['database'],
0 commit comments