mirror of
https://github.com/danog/postgres.git
synced 2024-11-30 04:29:12 +01:00
Remove copy/paste error
This commit is contained in:
parent
fb69e56040
commit
31ea949464
@ -37,7 +37,6 @@ class PqConnection extends AbstractConnection {
|
||||
return;
|
||||
|
||||
case pq\Connection::POLLING_OK:
|
||||
case \PGSQL_POLLING_OK:
|
||||
$deferred->resolve(new self($connection));
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user