BillingEntryUpdated
in package
Uses
Dispatchable, InteractsWithSockets, SerializesModels
Table of Contents
- $billing_entry : BillingEntry
- __construct() : void
- Create a new event instance.
- broadcastOn() : Channel|PrivateChannel
- Get the channels the event should broadcast on.
Properties
$billing_entry
public
BillingEntry
$billing_entry
Methods
__construct()
Create a new event instance.
public
__construct(BillingEntry $billing_entry) : void
Parameters
- $billing_entry : BillingEntry
Return values
void —broadcastOn()
Get the channels the event should broadcast on.
public
broadcastOn() : Channel|PrivateChannel