market taxes

This commit is contained in:
2018-12-08 02:27:29 -06:00
parent f4d6dcf6f6
commit 417a1218d5

View File

@@ -47,7 +47,7 @@ class StructureController extends Controller
//Get the number of structures registered to a corporation
$citadelCount = CorpStructure::where(['corporation_id' => $corpId, 'structure_type' => 'Citadel'])->count();
dd($citadelCount);
$tempMonthTaxesMarket = CorpJournal::where(['ref_type' => 'brokers_fee', 'corporation_id' => $corpId])
->whereBetween('date', [$start, $end])
->sum('amount');