Example #1
0
 public function delete($id)
 {
     Product::deleteProduct($id);
     parent::redirectTo('indexProduct');
 }