Skip to content

Commit b01e1ce

Browse files
authored
Merge pull request #193 from bwaidelich/patch-1
Add missing namespace import in `MysqlClient`
2 parents 3cf70c6 + 7a5a9e6 commit b01e1ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/MysqlClient.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
use React\Mysql\Io\Factory;
99
use React\Promise\Deferred;
1010
use React\Promise\Promise;
11+
use React\Promise\PromiseInterface;
1112
use React\Socket\ConnectorInterface;
1213
use React\Stream\ReadableStreamInterface;
1314

0 commit comments

Comments
 (0)