AddServiceCommand.php
7 years ago
AddServiceCommandHandler.php
2 years ago
DeleteServiceCommand.php
7 years ago
DeleteServiceCommandHandler.php
2 years ago
GetServiceCommand.php
7 years ago
GetServiceCommandHandler.php
2 years ago
GetServiceDeleteEffectCommand.php
7 years ago
GetServiceDeleteEffectCommandHandler.php
2 years ago
GetServicesCommand.php
7 years ago
GetServicesCommandHandler.php
2 years ago
UpdateServiceCommand.php
7 years ago
UpdateServiceCommandHandler.php
2 years ago
UpdateServiceStatusCommand.php
7 years ago
UpdateServiceStatusCommandHandler.php
2 years ago
UpdateServicesPositionsCommand.php
7 years ago
UpdateServicesPositionsCommandHandler.php
2 years ago
UpdateServiceCommand.php
20 lines
| 1 | <?php |
| 2 | /** |
| 3 | * @copyright © TMS-Plugins. All rights reserved. |
| 4 | * @licence See LICENCE.md for license details. |
| 5 | */ |
| 6 | |
| 7 | namespace AmeliaBooking\Application\Commands\Bookable\Service; |
| 8 | |
| 9 | use AmeliaBooking\Application\Commands\Command; |
| 10 | |
| 11 | /** |
| 12 | * Class UpdateServiceCommand |
| 13 | * |
| 14 | * @package AmeliaBooking\Application\Commands\Bookable\Service |
| 15 | */ |
| 16 | class UpdateServiceCommand extends Command |
| 17 | { |
| 18 | |
| 19 | } |
| 20 |