The trait Illuminate\Queue\SerializesModels requires some properties which are not provided by App\Jobs\Tenant\CreateDB: $collectionClass, $id, $relations, $class, $keyBy
Loading history...
18
19
/**
20
* Create a new job instance.
21
*
22
* @return void
23
*/
24
public function __construct(private readonly Company $tenant)