SRP Controller statistics

This commit is contained in:
2019-07-11 00:37:58 -05:00
parent 37cb24c46e
commit 9d524b07ec

View File

@@ -266,7 +266,7 @@ class SRPAdminController extends Controller
'approved' => 'Under Review',
'ship_type' => 'T3D',
])->sum('loss_value');
$t3dDeneid = SRPShip::where([
$t3dDenied = SRPShip::where([
'approved' => 'Denied',
'ship_type' => 'T3D',
])->sum('loss_value');