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 @@