Example #1
0
 public function actionDelete($id)
 {
     Session::deleteSessionValue('products', $id);
     FL::redirectTo('/cart');
     return true;
 }