예제 #1
0
 protected function listRooms()
 {
     return Room::make()->listFrontEnd(['room' => $this->propertyOrParam('roomParam')]);
 }
 protected function listRooms()
 {
     return Room::make()->listFrontEnd(['room' => Settings::get('room_page_slug'), 'perPage' => $this->property('roomsPerPage')]);
 }