ledger stuff for users
This commit is contained in:
@@ -232,13 +232,13 @@ class MiningTaxesController extends Controller
|
|||||||
|
|
||||||
//Get the character data from the lookup table if possible or esi
|
//Get the character data from the lookup table if possible or esi
|
||||||
$character = $lookup->GetCharacterInfo($config['primary']);
|
$character = $lookup->GetCharacterInfo($config['primary']);
|
||||||
|
|
||||||
|
//Get the corporation information from the character id
|
||||||
|
$corpInfo = $lookup->GetCorporationInfo(auth()->user()->getId());
|
||||||
|
dd($corpInfo);
|
||||||
//Get the observers from the database
|
//Get the observers from the database
|
||||||
$observers = Observer::all();
|
$observers = Observer::all();
|
||||||
|
|
||||||
dd(auth()->user()->getId());
|
|
||||||
$corpInfo = $lookup->GetCorporationInfo(auth()->user()->getId());
|
|
||||||
|
|
||||||
//Get the ledgers for each structure one at a time
|
//Get the ledgers for each structure one at a time
|
||||||
foreach($observers as $obs) {
|
foreach($observers as $obs) {
|
||||||
//Get the structure information
|
//Get the structure information
|
||||||
|
|||||||
Reference in New Issue
Block a user