eee
This commit is contained in:
@@ -73,7 +73,6 @@ class Task
|
||||
public function onTask(Server $server, int $task_id, int $src_worker_id, mixed $data): mixed
|
||||
{
|
||||
try {
|
||||
var_dump($data);
|
||||
$data = json_decode($data, true);
|
||||
if (is_null($data)) {
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user