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 a4f77f5 commit b88bcbaCopy full SHA for b88bcba
src/Driver.php
@@ -1,6 +1,6 @@
1
<?php declare(strict_types=1);
2
3
-namespace Doctrine\DBAL\Driver\Swoole\Coroutine\PostgreSQL;
+namespace Scrawler\Swoole\PostgreSQL;
4
5
use Doctrine\DBAL\Driver\AbstractPostgreSQLDriver;
6
use Doctrine\DBAL\Driver\Connection as ConnectionInterface;
@@ -60,4 +60,4 @@ private function dsn(array $params): string
60
"password={$params['password']}",
61
]);
62
}
63
-}
+}
0 commit comments