Example #1
0
 public function getRooms($query)
 {
     $get_rooms = Room::getRooms($query);
     return $get_rooms;
 }