added new namespaces for all of the commands

This commit is contained in:
2020-05-09 08:59:01 -05:00
parent 09e56371e6
commit cf00909444
18 changed files with 105 additions and 33 deletions
@@ -1,6 +1,6 @@
<?php
namespace App\Console\Commands;
namespace App\Console\Commands\Moons;
use Illuminate\Console\Command;
@@ -11,7 +11,7 @@ class FetchMoonLedgerCommand extends Command
*
* @var string
*/
protected $signature = 'command:name';
protected $signature = 'services:FetchMoonLedgers';
/**
* The console command description.