| 1 | <?php |
||
| 15 | class GuestListGridFieldConfig extends ReservationGridFieldConfig |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * GuestListGridFieldConfig constructor. |
||
| 19 | * @param CalendarEvent|TicketExtension $event |
||
| 20 | * @param null $itemsPerPage |
||
| 21 | */ |
||
| 22 | public function __construct(CalendarEvent $event, $itemsPerPage = null) |
||
| 29 | } |
||
| 30 |