testing moon worth job

This commit is contained in:
2021-05-30 23:55:50 +09:00
parent 3f3c169555
commit 932911a746

View File

@@ -62,7 +62,7 @@ class Test extends Command
$ores = AllianceMoonOre::where([ $ores = AllianceMoonOre::where([
'moon_id' => $moon->moon_id, 'moon_id' => $moon->moon_id,
])->get(['ore_id', 'quantity'])->toArray(); ])->get(['ore_type_id', 'quantity'])->toArray();
dd($ores); dd($ores);
} }