mining ledger troubleshooting

This commit is contained in:
2019-12-09 23:41:06 -06:00
parent 677469e112
commit ec95c84d87

View File

@@ -78,17 +78,8 @@ class MoonLedgerController extends Controller
//If an exception has occurred, then do nothing
}
//Setup the temporary array structure
$tempStructure = [
'observer' => $observer_id,
'name' => $structureInfo->name,
];
var_dump($tempStructure);
var_dump($structureInfo);
dd();
//Push the data onto the permanent array
array_push($structures, $tempStructure);
}
return view('moons.ledger.displayselect')->with('structures', $structures);