public function actionCartdel($id) { $cart = new Cart(); $cart->remove($id); return $this->redirect(['inventory/create']); }