From 077a8af2c2946479b86c4c9c1b662bdfaecd647d Mon Sep 17 00:00:00 2001 From: Dwi Swandhana Date: Sun, 1 Feb 2026 05:11:30 +0700 Subject: [PATCH] push --- htdocs/app/Paslab.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/app/Paslab.php b/htdocs/app/Paslab.php index 252de0a5..da136f8a 100644 --- a/htdocs/app/Paslab.php +++ b/htdocs/app/Paslab.php @@ -7,5 +7,7 @@ use Illuminate\Database\Eloquent\Model; class Paslab extends Model { protected $table = "paslab"; + protected $primaryKey = "urut"; + public $timestamps = false; protected $guarded = []; }