injectableFactory = $injectableFactory; } public function create(): JobScheduler { return $this->injectableFactory->create(JobScheduler::class); } }