diff --git a/app/Models/RequestQuotation.php b/app/Models/RequestQuotation.php new file mode 100644 index 0000000..f2d1c84 --- /dev/null +++ b/app/Models/RequestQuotation.php @@ -0,0 +1,46 @@ +belongsTo(SpotRateTransportMaster::class); + } + +}