record change

This commit is contained in:
fauzgabriel@gmail.com 2026-03-10 14:37:28 +07:00
parent a83d90cea3
commit a1f6143eed

View File

@ -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",