mining ledger troubleshooting
This commit is contained in:
@@ -78,17 +78,8 @@ class MoonLedgerController extends Controller
|
|||||||
//If an exception has occurred, then do nothing
|
//If an exception has occurred, then do nothing
|
||||||
}
|
}
|
||||||
|
|
||||||
//Setup the temporary array structure
|
var_dump($structureInfo);
|
||||||
$tempStructure = [
|
|
||||||
'observer' => $observer_id,
|
|
||||||
'name' => $structureInfo->name,
|
|
||||||
];
|
|
||||||
|
|
||||||
var_dump($tempStructure);
|
|
||||||
dd();
|
dd();
|
||||||
|
|
||||||
//Push the data onto the permanent array
|
|
||||||
array_push($structures, $tempStructure);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return view('moons.ledger.displayselect')->with('structures', $structures);
|
return view('moons.ledger.displayselect')->with('structures', $structures);
|
||||||
|
|||||||
Reference in New Issue
Block a user