mining ledger troubleshooting

This commit is contained in:
2019-12-09 23:43:25 -06:00
parent cf55c4809c
commit eea884e11a

View File

@@ -78,7 +78,7 @@ class MoonLedgerController extends Controller
//If an exception has occurred, then do nothing //If an exception has occurred, then do nothing
} }
array_push($structures, [$resp->observer_id, $structureInfo->name]); array_push($structures, [$resp->observer_id => $structureInfo->name]);
dd($structures); dd($structures);
} }