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