Skip to content

Commit 28615e3

Browse files
committedNov 13, 2018
Fix using common loop identifier
See amphp/sql-common#1.
1 parent b0abaa8 commit 28615e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/functions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use Amp\Sql\ConnectionConfig as SqlConnectionConfig;
99
use Amp\Sql\Connector;
1010

11-
const LOOP_CONNECTOR_IDENTIFIER = Connector::class;
11+
const LOOP_CONNECTOR_IDENTIFIER = Connector::class . "\\Mysql";
1212

1313
function connector(Connector $connector = null): Connector
1414
{

0 commit comments

Comments
 (0)
Please sign in to comment.