tidying up use declarations and making new journal page for testing
This commit is contained in:
@@ -26,13 +26,14 @@ class StructureController extends Controller
|
|||||||
//Make the helper esi class
|
//Make the helper esi class
|
||||||
$helper = new Esi();
|
$helper = new Esi();
|
||||||
|
|
||||||
|
|
||||||
//Get the character's corporation from esi
|
//Get the character's corporation from esi
|
||||||
$corpId = $helper->FindCorporationId(Auth::user()->character_id);
|
$corpId = $helper->FindCorporationId(Auth::user()->character_id);
|
||||||
|
|
||||||
|
//Declare the structure tax helper class
|
||||||
|
$sHelper = new StructureTaxHelper();
|
||||||
//Get the dates we are working with
|
//Get the dates we are working with
|
||||||
$dates = $sHelper->GetTimeFrame();
|
$dates = $sHelper->GetTimeFrame();
|
||||||
$sHelper = new StructureTaxHelper();
|
|
||||||
|
|
||||||
//Get the market taxes for this month from the database
|
//Get the market taxes for this month from the database
|
||||||
$totalTaxes = [
|
$totalTaxes = [
|
||||||
|
|||||||
Reference in New Issue
Block a user