appealRepository = $appealRepository; } public function addAppeal($data) { return $this->appealRepository->create($data); } }