Example #1
0
 public function getSlug()
 {
     $title = $this->request->input('title', '');
     return Article::makeSlug($title);
 }