ImportCustomersCommand.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\Import; |
| 8 | |
| 9 | use AmeliaBooking\Application\Commands\Command; |
| 10 | |
| 11 | /** |
| 12 | * Class ImportCustomersCommand |
| 13 | * |
| 14 | * @package AmeliaBooking\Application\Commands\Import |
| 15 | */ |
| 16 | class ImportCustomersCommand extends Command |
| 17 | { |
| 18 | |
| 19 | } |
| 20 |