Beispiel #1
0
 /**
  * @param $author
  * @return $this
  */
 protected function doTheAction(Author $author)
 {
     $author->delete();
     return $this;
 }