Beispiel #1
0
 public static function slugify($text)
 {
     return Slug::makeSlugs($text);
 }