EmbeddingFailed
class EmbeddingFailed implements ShouldBroadcastNow
Traits
Dispatchable
InteractsWithSockets
SerializesModels
Properties
User | $user | The user that requested the embedding. |
|
string|null | $queue | The name of the queue the job should be sent to. |
|
protected bool | $deleteWhenMissingModels | Ignore this job if the image or user does not exist any more. |
Methods
void
Channel|array
broadcastOn()
Get the channels the event should broadcast on.
array
broadcastWith()
Get the data to broadcast.
Details
at line 45
void
__construct(User $user)
Create a new event instance.
at line 55
Channel|array
broadcastOn()
Get the channels the event should broadcast on.
at line 65
array
broadcastWith()
Get the data to broadcast.