示例#1
0
文件: Slug.php 项目: oesteve/grupeta
 public static function slugify($text)
 {
     return Slug::makeSlugs($text);
 }