api/laravel/Contracts/Broadcasting/ShouldBroadcast.yaml
2024-09-26 02:03:21 -07:00

15 lines
342 B
YAML

name: ShouldBroadcast
class_comment: null
dependencies: []
properties: []
methods:
- name: broadcastOn
visibility: public
parameters: []
comment: '# * Get the channels the event should broadcast on.
# *
# * @return \Illuminate\Broadcasting\Channel|\Illuminate\Broadcasting\Channel[]|string[]|string'
traits: []
interfaces: []