Skip to content

Commit fefc67a

Browse files
author
Pranjal Pandey
authored
Update Connection.php
1 parent e281375 commit fefc67a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Connection.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\Connection as ConnectionInterface;
66
use Doctrine\DBAL\ParameterType;
@@ -59,4 +59,4 @@ public function rollBack()
5959
{
6060
$this->connection->query('ROLLBACK');
6161
}
62-
}
62+
}

0 commit comments

Comments
 (0)