mining ledger troubleshooting

This commit is contained in:
2019-12-09 23:39:51 -06:00
parent c0237ab13c
commit 677469e112

View File

@@ -84,7 +84,8 @@ class MoonLedgerController extends Controller
'name' => $structureInfo->name, 'name' => $structureInfo->name,
]; ];
dd($tempStructure); var_dump($tempStructure);
dd();
//Push the data onto the permanent array //Push the data onto the permanent array
array_push($structures, $tempStructure); array_push($structures, $tempStructure);