Ejemplo n.º 1
0
 /**
  * Request a category be destroyed
  *
  * @param $input
  * @return mixed
  */
 public function requestDestroy($input)
 {
     $this->CategoryManager->destroyCategory($input);
     return $this->Redirect->back();
 }