Skip to content

Commit 4073398

Browse files
author
Pranjal Pandey
authored
Update Statement.php
1 parent 94feba3 commit 4073398

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Statement.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;
@@ -51,4 +51,4 @@ private function escape($value, int $type): string
5151

5252
return $value;
5353
}
54-
}
54+
}

0 commit comments

Comments
 (0)