It seems like the GitHub access token used for retrieving details about this repository from
GitHub became invalid. This might prevent certain types of inspections from being run (in
particular,
everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
The trait Illuminate\Queue\SerializesModels requires some properties which are not provided by Omatech\Enigma\Jobs\IndexHydrate: $id, $relations, $class, $keyBy
Loading history...
15
16
private $modelClass;
17
private $modelId;
18
19
/**
20
* Create a new job instance.
21
*
22
* @param string $modelClass
23
* @param int $modelId
24
*/
25
52
public function __construct(string $modelClass, int $modelId)