DeleteBlockTimeCommand.php
3 months ago
DeleteBlockTimeCommandHandler.php
1 month ago
GetBlockTimeCommand.php
3 months ago
GetBlockTimeCommandHandler.php
1 month ago
GetCalendarEventsCommand.php
6 months ago
GetCalendarEventsCommandHandler.php
2 weeks ago
GetCalendarSlotAvailabilityCommand.php
6 months ago
GetCalendarSlotAvailabilityHandler.php
4 months ago
GetCalendarSlotEntitiesCommand.php
6 months ago
GetCalendarSlotEntitiesCommandHandler.php
2 months ago
GetCalendarSlotsCommand.php
6 months ago
GetCalendarSlotsCommandHandler.php
1 month ago
ManageCalendarBlockTimeCommand.php
3 months ago
ManageCalendarBlockTimeCommandHandler.php
1 month ago
GetCalendarSlotEntitiesCommand.php
15 lines
| 1 | <?php |
| 2 | |
| 3 | /** |
| 4 | * @copyright © Melograno Ventures. All rights reserved. |
| 5 | * @licence See LICENCE.md for license details. |
| 6 | */ |
| 7 | |
| 8 | namespace AmeliaBooking\Application\Commands\Calendar; |
| 9 | |
| 10 | use AmeliaBooking\Application\Commands\Command; |
| 11 | |
| 12 | class GetCalendarSlotEntitiesCommand extends Command |
| 13 | { |
| 14 | } |
| 15 |