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