Skip to content

Commit

Permalink
fix: removing leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
byawitz committed Sep 5, 2024
1 parent e69974e commit ac7c8d3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Queue/Adapter/Swoole/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ public function onWorkerStop(callable $callback): self
public function onJob(callable $callback): self
{
call_user_func($callback);
// go(function () use ($callback) {
// call_user_func($callback);
// });

return $this;
}
Expand Down

0 comments on commit ac7c8d3

Please sign in to comment.