This commit is contained in:
Philipp Lang 2023-12-21 13:38:42 +01:00
parent fd75345675
commit 12f6852299
1 changed files with 1 additions and 1 deletions
app/Invoice/Events

View File

@ -27,7 +27,7 @@ class InvoicesMassStored
/** /**
* Get the channels the event should broadcast on. * Get the channels the event should broadcast on.
* *
* @return \Illuminate\Broadcasting\Channel|array * @return PrivateChannel
*/ */
public function broadcastOn() public function broadcastOn()
{ {