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