@@ -36,8 +36,7 @@ |
||
| 36 | 36 | if($from !== $client) { |
| 37 | 37 | if(!is_null($msg)){ |
| 38 | 38 | $this->objDetc->remotePR($client,$msg); |
| 39 | - } |
|
| 40 | - else { |
|
| 39 | + } else { |
|
| 41 | 40 | $data = ['id' => $from->resourceId, 'msg' => $msg]; |
| 42 | 41 | $client->send(json_encode($data)); |
| 43 | 42 | } |