Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paras-malhotra committed Nov 20, 2020
1 parent e40ce91 commit 94d0caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Console/DbCommand.php
Expand Up @@ -169,7 +169,7 @@ protected function getSqlsrvArgs(array $connection)
* @param array $connection
* @return array|null
*/
protected function getpgsqlEnv(array $connection)
protected function getPgsqlEnv(array $connection)
{
return array_merge(...$this->buildOptionalArguments([
'username' => ['PGUSER' => $connection['username']],
Expand Down

0 comments on commit 94d0caa

Please sign in to comment.