moved a command to its new home in the code layout

This commit is contained in:
2021-01-11 00:59:01 +09:00
parent b6efe4e54c
commit cc3ebc8af8
2 changed files with 3 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Console\Commands\Corps;
namespace App\Console\Commands\Data;
//Internal Library
use Illuminate\Console\Command;
@@ -21,7 +21,7 @@ class GetCorpsCommand extends Command
*
* @var string
*/
protected $signature = 'services:GetCorps';
protected $signature = 'data:GetCorps';
/**
* The console command description.

View File

@@ -24,14 +24,11 @@ class Kernel extends ConsoleKernel
Commands\Data\EmptyJumpBridges::class,
Commands\Data\CleanStaleDataCommand::class,
Commands\Data\PurgeCorpMoonLedgers::class,
Commands\Data\GetCorpsCommand::class,
/**
* Assets Commands
*/
Commands\Assets\GetAssetsCommand::class,
/**
* Corp Commands
*/
Commands\Corps\GetCorpsCommand::class,
/**
* Eve Commands
*/