Skip to content

Commit

Permalink
update $io
Browse files Browse the repository at this point in the history
  • Loading branch information
lobtao committed May 18, 2018
1 parent e285722 commit 270c1c2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/PHPSocketIO.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
use PHPSocketIO\SocketIO;
use Workerman\Worker;

abstract class PHPSocketIO
{
protected $io;
abstract class PHPSocketIO {
public $io;
protected $opts = [];
protected $port = '9982';

Expand Down

0 comments on commit 270c1c2

Please sign in to comment.