This commit is contained in:
Dwi Swandhana
2026-02-01 05:11:30 +07:00
parent 475ff6ef9b
commit 077a8af2c2
+2
View File
@@ -7,5 +7,7 @@ use Illuminate\Database\Eloquent\Model;
class Paslab extends Model
{
protected $table = "paslab";
protected $primaryKey = "urut";
public $timestamps = false;
protected $guarded = [];
}