testing new functions

This commit is contained in:
2021-06-03 00:19:22 +09:00
parent 0aaddbe9ad
commit 814db0307a

View File

@@ -52,6 +52,8 @@ 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,
@@ -66,8 +68,6 @@ class MiningTaxesAdminController extends Controller
$structures->sort();
dd($structures);
return view('miningtax.admin.display.miningops.form')->with('structures', $structures);
}