testRepository = $testRepository; } public function index() { return $this->testRepository->get(); } }