testing moon worth job
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user