fixed job issue

This commit is contained in:
2021-06-03 00:41:29 +09:00
parent 68ce69ec70
commit 8ea29296bd

View File

@@ -54,13 +54,13 @@ class MiningTaxesAdminController extends Controller
foreach($athanors as $athanor) {
$structures->push([
$athanor->structure_name => $athanor->structure_id,
$athanor->structure_id => $athanor->structure_name,
]);
}
foreach($tataras as $tatara) {
$structures->push([
$tatara->structure_name => $tatara->structure_id,
$tatara->structure_id => $tatara->structure_name,
]);
}