コード例 #1
0
ファイル: Slug.php プロジェクト: oesteve/grupeta
 public static function slugify($text)
 {
     return Slug::makeSlugs($text);
 }