From 10c5a8c75cb7fb443c2403327f12a500f4b236ab Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sun, 30 May 2021 18:55:49 +0900 Subject: [PATCH] import moons --- app/Console/Commands/Files/ImportAllianceMoons.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app/Console/Commands/Files/ImportAllianceMoons.php b/app/Console/Commands/Files/ImportAllianceMoons.php index ba35def8a..046129a4c 100644 --- a/app/Console/Commands/Files/ImportAllianceMoons.php +++ b/app/Console/Commands/Files/ImportAllianceMoons.php @@ -61,14 +61,6 @@ class ImportAllianceMoons extends Command //Create the collection of lines for the input file. $moons = new Collection; - if(!AllianceMoonOre::empty()) { - AllianceMoonOre::truncate(); - } - - if(!AllianceMoon::empty()) { - AllianceMoon::truncate(); - } - //Create the file handler $data = Storage::get('public/alliance_moons.txt'); //Split the string into separate arrays based on the line