alliance moon ores

This commit is contained in:
2021-05-30 18:42:02 +09:00
parent bc59b580b0
commit c06beae86f
2 changed files with 1 additions and 2 deletions

View File

@@ -56,7 +56,6 @@ class ImportAllianceMoons extends Command
public function handle() public function handle()
{ {
///universe/moons/{moon_id}/ ///universe/moons/{moon_id}/
//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.

View File

@@ -1,6 +1,6 @@
<?php <?php
namespace App; namespace App\Models\MoonRental;
use Illuminate\Database\Eloquent\Model; use Illuminate\Database\Eloquent\Model;