Skip to content

Commit b88bcba

Browse files
author
Pranjal Pandey
authored
Update Driver.php
1 parent a4f77f5 commit b88bcba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Driver.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\AbstractPostgreSQLDriver;
66
use Doctrine\DBAL\Driver\Connection as ConnectionInterface;
@@ -60,4 +60,4 @@ private function dsn(array $params): string
6060
"password={$params['password']}",
6161
]);
6262
}
63-
}
63+
}

0 commit comments

Comments
 (0)