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