예제 #1
0
파일: Slug.php 프로젝트: oesteve/grupeta
 public static function slugify($text)
 {
     return Slug::makeSlugs($text);
 }