Esempio n. 1
0
 public static function breeds($id)
 {
     return Breed::where('species_id', '=', $id)->get();
 }
 public static function getFontAwesobeByFont($font)
 {
     return Breed::where('font', '=', $font)->get();
 }