| 1 | <?php |
||
| 9 | class NotificationWasDismissed extends Event implements ShouldBroadcast |
||
| 10 | { |
||
| 11 | use SerializesModels; |
||
| 12 | |||
| 13 | /** |
||
| 14 | * Create a new event instance. |
||
| 15 | */ |
||
| 16 | public function __construct() |
||
| 20 | |||
| 21 | /** |
||
| 22 | * Get the channels the event should be broadcast on. |
||
| 23 | * |
||
| 24 | * @return array |
||
| 25 | */ |
||
| 26 | public function broadcastOn() |
||
| 30 | } |
||
| 31 |