fixed job issue

This commit is contained in:
2021-06-03 00:39:33 +09:00
parent 814db0307a
commit 68ce69ec70
3 changed files with 3 additions and 5 deletions

View File

@@ -52,8 +52,6 @@ class MiningTaxesAdminController extends Controller
$athanors = $sHelper->GetStructuresByType('Athanor');
$tataras = $sHelper->GetStructuresByType('Tatara');
dd($athanors);
foreach($athanors as $athanor) {
$structures->push([
$athanor->structure_name => $athanor->structure_id,