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