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