Пример #1
0
 public static function breeds($id)
 {
     return Breed::where('species_id', '=', $id)->get();
 }
Пример #2
0
 public static function getFontAwesobeByFont($font)
 {
     return Breed::where('font', '=', $font)->get();
 }