Skip to content

Commit 87620ef

Browse files
committed
bug #749 fixed typo in postgres extension name (jrushlow)
This PR was merged into the 1.0-dev branch. Discussion ---------- fixed typo in postgres extension name fixes #748 Commits ------- 5feb67d fixed typo in postgres extension name
2 parents 40b49ab + 5feb67d commit 87620ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Docker/DockerDatabaseServices.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public static function getMissingExtensionName(string $name): ?string
8989
$driver = 'mysql';
9090
break;
9191
case 'postgres':
92-
$driver = 'pdsql';
92+
$driver = 'pgsql';
9393
break;
9494
default:
9595
self::throwInvalidDatabase($name);

0 commit comments

Comments
 (0)