model = new ModuleShop(); } #[NoReturn] public function actionUpdate($id): void { $model = $this->model->where("id", $id)->first(); $model->installations++; $model->save(); $this->renderApi($model->toArray()); } }