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
|
//If an exception has occurred, then do nothing
|
||||||
}
|
}
|
||||||
|
|
||||||
var_dump($structureInfo);
|
|
||||||
dd();
|
|
||||||
|
|
||||||
//Setup the temporary array structure
|
//Setup the temporary array structure
|
||||||
$tempStructure = [
|
$tempStructure = [
|
||||||
$resp->observer_id => $sturcutreInfo->name,
|
$resp->observer_id => $sturcutreInfo->name,
|
||||||
];
|
];
|
||||||
|
|
||||||
|
dd($tempStructure);
|
||||||
|
|
||||||
//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