StructureController

This commit is contained in:
2018-12-07 04:07:21 -06:00
parent 407ea5590d
commit 18030ca6ee

View File

@@ -74,6 +74,7 @@ class StructureController extends Controller
$tax = CorpStructure::where(['corporation_id' => $corporation, 'structure_type' => 'Citadel'])
->avg('tax');
dd($tax);
$rTax = CorpStructure::where(['corporation_id' => $corporation, 'structure_type' => 'Refinery'])
->avg('tax');