foreign keys for alliance moon rental tables
This commit is contained in:
@@ -59,11 +59,7 @@ class ImportAllianceMoons extends Command
|
|||||||
//Declare variables
|
//Declare variables
|
||||||
$lookup = new LookupHelper;
|
$lookup = new LookupHelper;
|
||||||
//Create the collection of lines for the input file.
|
//Create the collection of lines for the input file.
|
||||||
$moons = new Collection;
|
$moons = new Collection;
|
||||||
|
|
||||||
AllianceMoonOre::truncate();
|
|
||||||
AllianceMoon::truncate();
|
|
||||||
|
|
||||||
|
|
||||||
//Create the file handler
|
//Create the file handler
|
||||||
$data = Storage::get('public/alliance_moons.txt');
|
$data = Storage::get('public/alliance_moons.txt');
|
||||||
|
|||||||
Reference in New Issue
Block a user