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