Exemplo n.º 1
0
 /**
  * @param Article $article
  * @return $this
  */
 protected function doTheAction(Article $article)
 {
     $article->setIsActive($this->isActive);
     $article->save();
     return $this;
 }