offset stuff

This commit is contained in:
2021-08-02 02:21:41 -05:00
parent 7468e63299
commit 75390f10cd

View File

@@ -181,7 +181,9 @@ class MiningTaxesAdminController extends Controller
//Get the structure info from the database or esi //Get the structure info from the database or esi
$tempObserverInfo = $structure->GetStructureInfo($item['observer_id']); $tempObserverInfo = $structure->GetStructureInfo($item['observer_id']);
dd($tempObserverInfo); if(isset($tempObserverInfo->name)) {
dd($tempObserverInfo);
}
//Create the array for the line by line //Create the array for the line by line
array_push($moons, [ array_push($moons, [