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