Skip to content

Commit

Permalink
fix timer
Browse files Browse the repository at this point in the history
  • Loading branch information
walkor committed Nov 23, 2022
1 parent 04e8b8a commit 2c8bce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Engine/Socket.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
namespace PHPSocketIO\Engine;
use \PHPSocketIO\Event\Emitter;
use \Workerman\Lib\Timer;
use \Workerman\Timer;
use \PHPSocketIO\Debug;
class Socket extends Emitter
{
Expand Down

0 comments on commit 2c8bce9

Please sign in to comment.