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