The trait Illuminate\Queue\SerializesModels requires some properties which are not provided by RaziAlsayyed\LaravelCasc...Jobs\CascadeSoftDeletes: $collectionClass, $id, $relations, $class, $keyBy
Loading history...
15
16
/**
17
* @var Model
18
*/
19
public $model;
20
21
/**
22
* @var string
23
*/
24
public $event;
25
26
/**
27
* @var \Carbon\Carbon
28
*/
29
public $instanceDeletedAt;
30
31
/**
32
* Create a new job instance.
33
*
34
* @return void
35
*/
36
public function __construct($model, $event, $instanceDeletedAt)