Пример #1
0
 /**
  * Get all pet
  *
  * @return json
  */
 public function getAllPets()
 {
     return Pet::all();
 }