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