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 b88bcba commit 94feba3Copy full SHA for 94feba3
src/Result.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\Exception;
6
use Doctrine\DBAL\Driver\Result as ResultInterface;
@@ -72,4 +72,4 @@ private function fetchAll(string $method): array
72
73
return $result_set;
74
}
75
-}
+}
0 commit comments