AddCategoryCommand.php
7 years ago
AddCategoryCommandHandler.php
2 years ago
DeleteCategoryCommand.php
7 years ago
DeleteCategoryCommandHandler.php
2 years ago
GetCategoriesCommand.php
7 years ago
GetCategoriesCommandHandler.php
2 years ago
GetCategoryCommand.php
7 years ago
GetCategoryCommandHandler.php
2 years ago
UpdateCategoriesPositionsCommand.php
7 years ago
UpdateCategoriesPositionsCommandHandler.php
2 years ago
UpdateCategoryCommand.php
7 years ago
UpdateCategoryCommandHandler.php
2 years ago
DeleteCategoryCommand.php
16 lines
| 1 | <?php |
| 2 | |
| 3 | namespace AmeliaBooking\Application\Commands\Bookable\Category; |
| 4 | |
| 5 | use AmeliaBooking\Application\Commands\Command; |
| 6 | |
| 7 | /** |
| 8 | * Class DeleteCategoryCommand |
| 9 | * |
| 10 | * @package AmeliaBooking\Application\Commands\Bookable\Category |
| 11 | */ |
| 12 | class DeleteCategoryCommand extends Command |
| 13 | { |
| 14 | |
| 15 | } |
| 16 |