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