moved a command to its new home in the code layout
This commit is contained in:
@@ -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.
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user