From 679d532b173adf0684571645f15398a689367015 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Tue, 12 Aug 2025 17:07:54 +0530 Subject: [PATCH] Add EbReading.php model file from qds branch --- app/Models/EbReading.php | 69 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 app/Models/EbReading.php diff --git a/app/Models/EbReading.php b/app/Models/EbReading.php new file mode 100644 index 0000000..c5d7529 --- /dev/null +++ b/app/Models/EbReading.php @@ -0,0 +1,69 @@ +belongsTo(Plant::class); + } +}