removed command helper junk

This commit is contained in:
2021-05-18 20:48:12 +09:00
parent 0093b8d841
commit 8c580827b4
6 changed files with 0 additions and 67 deletions

View File

@@ -7,9 +7,6 @@ use Illuminate\Console\Command;
use Carbon\Carbon;
use Log;
//Library
use Commands\Library\CommandHelper;
//Models
use App\Models\Lookups\AllianceLookup;
use App\Models\Lookups\CharacterLookup;
@@ -57,9 +54,6 @@ class CleanStaleDataCommand extends Command
*/
public function handle()
{
$command = new CommandHelper;
$command->CleanJobStatusTable();
//Empty the item lookup table
ItemLookup::truncate();