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