コード例 #1
0
ファイル: MacroCategory.php プロジェクト: haseo2015/laravel
 public static function getCurrentMacroCategoryById($catID)
 {
     return \App\MacroCategory::where('id', '=', $catID)->first();
 }