$article = $this->Articles->patechEntity($article, $this->request->data);
this is wrong and should be $article = $this->Articles->patchEntity($article, $this->request->data);
Loading
Please sign in to comment
this is wrong and should be $article = $this->Articles->patchEntity($article, $this->request->data);