updated with new send mining taxes invoice job in the old job space

This commit is contained in:
2021-05-25 01:05:27 +09:00
parent ee7e149c35
commit b149a1f492

View File

@@ -112,6 +112,7 @@ class TestController extends Controller
'ore_name' => $row->ore_name,
'quantity' => $row->quantity,
'amount' => (float)$row->amount,
'last_updated' => $row->last_updated,
]);
}
}
@@ -146,6 +147,7 @@ class TestController extends Controller
'ore_name' => $row->ore_name,
'quantity' => $row->quantity,
'amount' => (float)$row->amount,
'last_updated' => $row->last_updated,
]);
}
}