mirror of
https://github.com/danog/postgres.git
synced 2024-12-02 09:27:54 +01:00
parent
b30d7d8fdf
commit
e306c520f2
@ -8,7 +8,7 @@ use Amp\Sql\Common\ConnectionPool;
|
|||||||
use Amp\Sql\ConnectionConfig as SqlConnectionConfig;
|
use Amp\Sql\ConnectionConfig as SqlConnectionConfig;
|
||||||
use Amp\Sql\Connector;
|
use Amp\Sql\Connector;
|
||||||
|
|
||||||
const LOOP_CONNECTOR_IDENTIFIER = Connector::class;
|
const LOOP_CONNECTOR_IDENTIFIER = Connector::class . "\\Postgres";
|
||||||
|
|
||||||
function connector(Connector $connector = null): Connector
|
function connector(Connector $connector = null): Connector
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user