コード例 #1
0
ファイル: Info.php プロジェクト: rob1121/qdn
 public static function withClosure($slug)
 {
     return Info::whereSlug($slug)->with('closure')->first();
 }