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