diff --git a/app/Models/RfqTransporterBid.php b/app/Models/RfqTransporterBid.php new file mode 100644 index 0000000..f8f3327 --- /dev/null +++ b/app/Models/RfqTransporterBid.php @@ -0,0 +1,30 @@ +belongsTo(RequestQuotation::class); + // return $this->belongsTo(RequestQuotation::class, 'request_quotation_id'); + } +}