예제 #1
0
파일: Info.php 프로젝트: rob1121/qdn
 public static function withClosure($slug)
 {
     return Info::whereSlug($slug)->with('closure')->first();
 }