示例#1
0
 public static function getCurrentMacroCategoryById($catID)
 {
     return \App\MacroCategory::where('id', '=', $catID)->first();
 }