1
0
mirror of https://github.com/danog/postgres.git synced 2024-11-30 04:29:12 +01:00

Fix using common loop identifier

See amphp/sql-common#1.
This commit is contained in:
Aaron Piotrowski 2018-11-13 14:24:26 -06:00
parent b30d7d8fdf
commit e306c520f2
No known key found for this signature in database
GPG Key ID: ADD1EF783EDE9EEB

View File

@ -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
{