/** * @param $id * * @return int */ public function delete($id) { return $this->category->destroy($id); }