Skip to content

Commit 3d4f7a4

Browse files
committed
fix tests
1 parent 51e28e2 commit 3d4f7a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/enqueue/Client/SpoolProducer.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ public function sendCommand(string $command, $message, bool $needReply = false):
3636
}
3737

3838
$this->commands->enqueue([$command, $message]);
39+
40+
return null;
3941
}
4042

4143
public function sendEvent(string $topic, $message): void

0 commit comments

Comments
 (0)