Total Complexity | 2 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | class QueuedDeleteAll |
||
14 | { |
||
15 | use Dispatchable, InteractsWithSockets, SerializesModels; |
||
|
|||
16 | |||
17 | public string $ref; |
||
18 | |||
19 | /** |
||
20 | * Create a new event instance. |
||
21 | * |
||
22 | * @param string $ref |
||
23 | */ |
||
24 | public function __construct(string $ref) |
||
27 | } |
||
28 | |||
29 | /** |
||
30 | * Get the channels the event should broadcast on. |
||
31 | * |
||
32 | * @return array<int, \Illuminate\Broadcasting\Channel> |
||
33 | */ |
||
34 | public function broadcastOn(): array |
||
41 |