From fc1efa8d61e9e5dca7287ee9ffc81b55450f510a Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sun, 21 Mar 2021 00:31:07 +0900 Subject: [PATCH] users page updated --- app/Http/Controllers/MiningTaxes/MiningTaxesController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/MiningTaxes/MiningTaxesController.php b/app/Http/Controllers/MiningTaxes/MiningTaxesController.php index 3c71bb6e2..a615352fd 100644 --- a/app/Http/Controllers/MiningTaxes/MiningTaxesController.php +++ b/app/Http/Controllers/MiningTaxes/MiningTaxesController.php @@ -252,7 +252,7 @@ class MiningTaxesController extends Controller foreach($ledgers as $ledger) { //Get the structure name from the database $structureInfo = $sHelper->GetStructureInfo($obs->observer_id); - + dd($structureInfo); array_push($miningLedgers, [ 'structure' => $structureInfo->name, 'character' => auth()->user()->getName(),