setup the get eve regions command

This commit is contained in:
2020-05-15 02:52:36 -05:00
parent 5b746a3e22
commit 32e17c30eb

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Console\Commands;
namespace App\Console\Commands\Eve;
use Illuminate\Console\Command;
@@ -11,14 +11,14 @@ class GetEveRegions extends Command
*
* @var string
*/
protected $signature = 'command:name';
protected $signature = 'eve:getRegions';
/**
* The console command description.
*
* @var string
*/
protected $description = 'Command description';
protected $description = 'Gets all of the information for regions from the eve esi';
/**
* Create a new command instance.