roleService = $roleService; } public function index() { return $this->roleService->getAll(); } }