troubleshooting moon mining ledger

This commit is contained in:
2019-12-09 23:32:04 -06:00
parent b137c41d7a
commit 525b34d28c

View File

@@ -78,14 +78,13 @@ class MoonLedgerController extends Controller
//If an exception has occurred, then do nothing
}
var_dump($structureInfo);
dd();
//Setup the temporary array structure
$tempStructure = [
$resp->observer_id => $sturcutreInfo->name,
];
dd($tempStructure);
//Push the data onto the permanent array
array_push($structures, $tempStructure);
}