From c06beae86f1aee0685c01cd34f50e5672f0c88d3 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sun, 30 May 2021 18:42:02 +0900 Subject: [PATCH] alliance moon ores --- app/Console/Commands/Files/ImportAllianceMoons.php | 1 - app/Models/MoonRental/AllianceMoonOre.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Console/Commands/Files/ImportAllianceMoons.php b/app/Console/Commands/Files/ImportAllianceMoons.php index 9a083fef9..b55ac99ed 100644 --- a/app/Console/Commands/Files/ImportAllianceMoons.php +++ b/app/Console/Commands/Files/ImportAllianceMoons.php @@ -56,7 +56,6 @@ class ImportAllianceMoons extends Command public function handle() { ///universe/moons/{moon_id}/ - //Declare variables $lookup = new LookupHelper; //Create the collection of lines for the input file. diff --git a/app/Models/MoonRental/AllianceMoonOre.php b/app/Models/MoonRental/AllianceMoonOre.php index 9391d5668..208ebf931 100644 --- a/app/Models/MoonRental/AllianceMoonOre.php +++ b/app/Models/MoonRental/AllianceMoonOre.php @@ -1,6 +1,6 @@