Example #1
0
 /**
  * The attributes excluded from the model's JSON form.
  *
  * @var array
  */
 public function getAllAmenities()
 {
     $allAmenities = Amenities::get();
     return $allAmenities;
 }