Skip to content

Commit 94feba3

Browse files
author
Pranjal Pandey
authored
Update Result.php
1 parent b88bcba commit 94feba3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Result.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php declare(strict_types=1);
22

3-
namespace Doctrine\DBAL\Driver\Swoole\Coroutine\PostgreSQL;
3+
namespace Scrawler\Swoole\PostgreSQL;
44

55
use Doctrine\DBAL\Driver\Exception;
66
use Doctrine\DBAL\Driver\Result as ResultInterface;
@@ -72,4 +72,4 @@ private function fetchAll(string $method): array
7272

7373
return $result_set;
7474
}
75-
}
75+
}

0 commit comments

Comments
 (0)