From 7d2ed7aff5dbf2b1a364104603191c1cb6f426c7 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Tue, 1 Jul 2025 12:45:52 +0530 Subject: [PATCH] Added locators model file --- app/Models/Locator.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 app/Models/Locator.php diff --git a/app/Models/Locator.php b/app/Models/Locator.php new file mode 100644 index 000000000..b6d5ed21d --- /dev/null +++ b/app/Models/Locator.php @@ -0,0 +1,24 @@ +belongsTo(Plant::class); + } +}