The trait Illuminate\Queue\SerializesModels requires some properties which are not provided by App\Events\CustomerEquipmentUpdatedEvent: $id, $relations, $class, $connection, $keyBy
Loading history...
17
use InteractsWithSockets;
18
19
public $cust;
20
public $equip;
21
22
/**
23
* Create a new event instance
24
*/
25
public function __construct(Customer $cust, CustomerEquipment $equip)