Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit 7d80942

Browse files
Merge branch 'master' into main
2 parents 055935d + b54dc01 commit 7d80942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelEfficientUuidServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function register()
3333
return new MySqlConnection($connection, $database, $prefix, $config);
3434
});
3535

36-
Connection::resolverFor('postgres', function ($connection, $database, $prefix, $config): PostgresConnection {
36+
Connection::resolverFor('pgsql', function ($connection, $database, $prefix, $config): PostgresConnection {
3737
return new PostgresConnection($connection, $database, $prefix, $config);
3838
});
3939

0 commit comments

Comments
 (0)