supply chain controller

This commit is contained in:
2020-08-07 13:33:13 -05:00
parent bb026d2cd9
commit eb6c1c7c3b

View File

@@ -208,7 +208,7 @@ class SupplyChainController extends Controller
//Display bids for the user on a page
$bids = array();
$bidsCount = SupplyChain::where([
$bidsCount = SupplyChainBid::where([
'entity_id' => auth()->user()->getId(),
'bid_type' => 'pending',
])->count();