The trait Illuminate\Queue\SerializesModels requires some properties which are not provided by Meema\MediaRecognition\J...tartModerationDetection: $id, $relations, $class, $keyBy
Loading history...
15
16
private string $path;
17
18
private ?int $mediaId;
19
20
private ?int $minConfidence;
21
22
/**
23
* Create a new job instance.
24
*
25
* @param string $path
26
* @param int|null $mediaId
27
* @param int|null $minConfidence
28
*/
29
public function __construct(string $path, $mediaId = null, $minConfidence = null)