Example #1
0
 /**
  * Delete the given template.
  *
  * @param TemplateModel $template
  *
  * @return $this
  */
 public function delete(TemplateModel $template)
 {
     $template->delete();
     return $this;
 }