testing new functions
This commit is contained in:
@@ -52,6 +52,8 @@ class MiningTaxesAdminController extends Controller
|
|||||||
$athanors = $sHelper->GetStructuresByType('Athanor');
|
$athanors = $sHelper->GetStructuresByType('Athanor');
|
||||||
$tataras = $sHelper->GetStructuresByType('Tatara');
|
$tataras = $sHelper->GetStructuresByType('Tatara');
|
||||||
|
|
||||||
|
dd($athanors);
|
||||||
|
|
||||||
foreach($athanors as $athanor) {
|
foreach($athanors as $athanor) {
|
||||||
$structures->push([
|
$structures->push([
|
||||||
$athanor->structure_name => $athanor->structure_id,
|
$athanor->structure_name => $athanor->structure_id,
|
||||||
@@ -66,8 +68,6 @@ class MiningTaxesAdminController extends Controller
|
|||||||
|
|
||||||
$structures->sort();
|
$structures->sort();
|
||||||
|
|
||||||
dd($structures);
|
|
||||||
|
|
||||||
return view('miningtax.admin.display.miningops.form')->with('structures', $structures);
|
return view('miningtax.admin.display.miningops.form')->with('structures', $structures);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user