clientRepo = $clientRepo; } protected function getRepo() { return $this->clientRepo; } public function save($data) { return $this->clientRepo->save($data); } }