Skip to content

Commit

Permalink
remove dump
Browse files Browse the repository at this point in the history
  • Loading branch information
joedixon committed Dec 7, 2024
1 parent 54e2a0b commit ba0a3fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Servers/Reverb/Publishing/RedisPubSubProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ public function on(string $event, callable $callback): void
*/
public function publish(array $payload): PromiseInterface
{
dd($payload);
return $this->publishingClient->publish($payload);
}
}

0 comments on commit ba0a3fd

Please sign in to comment.