| Total Complexity | 2 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | class DownloadedFileEvent |
||
| 14 | { |
||
| 15 | use Dispatchable, InteractsWithSockets, SerializesModels; |
||
|
1 ignored issue
–
show
|
|||
| 16 | |||
| 17 | /** |
||
| 18 | * Create a new event instance. |
||
| 19 | * |
||
| 20 | * @return void |
||
| 21 | */ |
||
| 22 | public function __construct() |
||
| 23 | { |
||
| 24 | // |
||
| 25 | } |
||
| 26 | |||
| 27 | /** |
||
| 28 | * Get the channels the event should broadcast on. |
||
| 29 | * |
||
| 30 | * @return \Illuminate\Broadcasting\Channel|array |
||
| 31 | */ |
||
| 32 | public function broadcastOn() |
||
| 35 | } |
||
| 36 | } |
||
| 37 |