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