repository = $repository; } /** * @return Builder */ public function getRepository(): Builder { return $this->repository->newQuery(); } }