From b42f5ffe84846e6daae9d1abd4c11d68763f2525 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Fri, 23 Jan 2026 12:46:11 +0530 Subject: [PATCH] Added request quotation model file --- app/Models/RequestQuotation.php | 46 +++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 app/Models/RequestQuotation.php 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); + } + +} -- 2.49.1