projectRepository->all(); } public function show(int $project) { return $this->projectRepository->get($project); } }