示例#1
0
文件: Info.php 项目: rob1121/qdn
 public static function withClosure($slug)
 {
     return Info::whereSlug($slug)->with('closure')->first();
 }