Пример #1
0
 public static function withClosure($slug)
 {
     return Info::whereSlug($slug)->with('closure')->first();
 }