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