contracts for modifying bids needs work

This commit is contained in:
2019-04-28 22:34:26 -05:00
parent 6fed8a9962
commit dee56488cb

View File

@@ -172,7 +172,6 @@ class ContractController extends Controller
* Controller function to delete a bid
*/
public function deleteBid($id) {
//Delete the bid entry from the database
Bid::where([
'id' => $id,