fix structure name

This commit is contained in:
2021-07-10 23:25:28 -05:00
parent 0b0faf26d2
commit 4ac1ef0e73

View File

@@ -412,6 +412,7 @@ class MiningTaxesController extends Controller
//Basically get the structure info and attach it to the variable set //Basically get the structure info and attach it to the variable set
foreach($extractions as $ex) { foreach($extractions as $ex) {
$sName = $sHelper->GetStructureInfo($ex->structure_id); $sName = $sHelper->GetStructureInfo($ex->structure_id);
dd($sName);
array_push($structures, [ array_push($structures, [
'structure_name' => $sName->name, 'structure_name' => $sName->name,
'start_time' => $esiHelper->DecodeDate($ex->extraction_start_time), 'start_time' => $esiHelper->DecodeDate($ex->extraction_start_time),