The trait Illuminate\Queue\SerializesModels requires some properties which are not provided by LaraBlockList\Jobs\CheckForBlocklistJob: $collectionClass, $id, $relations, $keyBy
Loading history...
16
17
protected array $entities = [];
18
19
protected string $class;
20
21
/**
22
* Create a new job instance.
23
*
24
* @return void
25
*/
26
4
public function __construct(string $class, array|int|string $entities = [])