From a1f6143eedc82c259b756e2abccc8ff3963de436 Mon Sep 17 00:00:00 2001 From: "fauzgabriel@gmail.com" Date: Tue, 10 Mar 2026 14:37:28 +0700 Subject: [PATCH] record change --- app/Models/Map/Inspeksi.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Models/Map/Inspeksi.php b/app/Models/Map/Inspeksi.php index 15f1472..e310385 100644 --- a/app/Models/Map/Inspeksi.php +++ b/app/Models/Map/Inspeksi.php @@ -12,9 +12,9 @@ class Inspeksi extends Model{ protected $table = 'tanaman_inspeksi'; protected $fillable = [ - "plant_id", - "land_id", - "farmer_id", + "tanaman_id", + "lahan_id", + "petani_id", "inspection_date", "health_status", "productivity_status",