Esempio n. 1
0
File: Info.php Progetto: rob1121/qdn
 public static function withClosure($slug)
 {
     return Info::whereSlug($slug)->with('closure')->first();
 }