mining ledger troubleshooting

This commit is contained in:
2019-12-09 23:42:52 -06:00
parent ea9a2776b7
commit cf55c4809c

View File

@@ -78,7 +78,9 @@ class MoonLedgerController extends Controller
//If an exception has occurred, then do nothing
}
dd($structureInfo);
array_push($structures, [$resp->observer_id, $structureInfo->name]);
dd($structures);
}
return view('moons.ledger.displayselect')->with('structures', $structures);