rental moon testing

This commit is contained in:
2020-06-05 01:59:00 -05:00
parent d1308b6908
commit 90d8245ab2
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Console\Commands;
namespace App\Console\Commands\RentalMoons;
//Internal Library
use Illuminate\Console\Command;

View File

@@ -33,6 +33,7 @@ class Kernel extends ConsoleKernel
* Rental Moon Commands
*/
Commands\RentalMoons\AllianceRentalMoonInvoiceCreationCommand::class,
Commands\RentalMoons\AllianceRentalMoonUpdatePricingCommand::class,
];
/**