StructureController
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user