diff --git a/app/Console/Commands/Files/ImportAllianceMoons.php b/app/Console/Commands/Files/ImportAllianceMoons.php index f8c454b38..57eeb3cae 100644 --- a/app/Console/Commands/Files/ImportAllianceMoons.php +++ b/app/Console/Commands/Files/ImportAllianceMoons.php @@ -59,11 +59,7 @@ class ImportAllianceMoons extends Command //Declare variables $lookup = new LookupHelper; //Create the collection of lines for the input file. - $moons = new Collection; - - AllianceMoonOre::truncate(); - AllianceMoon::truncate(); - + $moons = new Collection; //Create the file handler $data = Storage::get('public/alliance_moons.txt');