The trait Illuminate\Queue\SerializesModels requires some properties which are not provided by Ikechukwukalu\Clamavfileupload\Events\QueuedDelete: $collectionClass, $id, $relations, $class, $connection, $keyBy
Loading history...
16
17
public array|int|string $ids;
18
public null|string $ref;
19
20
/**
21
* Create a new event instance.
22
*
23
* @param string $ref
24
* @param array|int|string|null $ids
25
*/
26
public function __construct(array|int|string $ids, null|string $ref = null)