Skip to content

Commit

Permalink
Merge pull request #193 from bwaidelich/patch-1
Browse files Browse the repository at this point in the history
Add missing namespace import in `MysqlClient`
  • Loading branch information
clue authored Apr 28, 2024
2 parents 3cf70c6 + 7a5a9e6 commit b01e1ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MysqlClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
use React\Mysql\Io\Factory;
use React\Promise\Deferred;
use React\Promise\Promise;
use React\Promise\PromiseInterface;
use React\Socket\ConnectorInterface;
use React\Stream\ReadableStreamInterface;

Expand Down

0 comments on commit b01e1ce

Please sign in to comment.