@@ -56,7 +56,7 @@ |
||
| 56 | 56 | public function forwardAll(ServerInterface $server, $forwardAddress, $forwardPort) |
| 57 | 57 | { |
| 58 | 58 | $server->on('connection', function(ConnectionInterface $connection) use ($forwardAddress, $forwardPort) { |
| 59 | - $this->forward($connection, $forwardAddress, $forwardPort); |
|
| 59 | + $this->forward($connection, $forwardAddress, $forwardPort); |
|
| 60 | 60 | }); |
| 61 | 61 | } |
| 62 | 62 | |