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 e40ce91 commit 94d0caaCopy full SHA for 94d0caa
src/Illuminate/Database/Console/DbCommand.php
@@ -169,7 +169,7 @@ protected function getSqlsrvArgs(array $connection)
169
* @param array $connection
170
* @return array|null
171
*/
172
- protected function getpgsqlEnv(array $connection)
+ protected function getPgsqlEnv(array $connection)
173
{
174
return array_merge(...$this->buildOptionalArguments([
175
'username' => ['PGUSER' => $connection['username']],
0 commit comments