mining ledger troubleshooting
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user