Skip to content

Commit

Permalink
Dropped the unused connections & added logs
Browse files Browse the repository at this point in the history
  • Loading branch information
smskin committed Oct 10, 2024
1 parent 980cf1a commit f671964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Worker.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ private function getPublisher(): Publisher
return app(Publisher::class);
}

private function log(string $message, array|null $data = null): void
private function log(string $message, array $data = []): void
{
Log::debug(get_class($this) . ':' . $message, $data);
}
Expand Down

0 comments on commit f671964

Please sign in to comment.