From c5bd04bcc456f607f9542adcd9291359f911b4db Mon Sep 17 00:00:00 2001 From: Ilham Wara Nugroho Date: Mon, 22 Jun 2026 10:05:57 +0700 Subject: [PATCH] update --- app/Models/Master/Setting.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Models/Master/Setting.php b/app/Models/Master/Setting.php index 2e950fb..1357147 100644 --- a/app/Models/Master/Setting.php +++ b/app/Models/Master/Setting.php @@ -9,7 +9,7 @@ class Setting extends Model { use HasFactory; - protected $table = 'ms_sekolah'; - protected $primaryKey = 'MsSekolahId'; + protected $table = 'ms_setting'; + protected $primaryKey = 'MsSettingId'; protected $guarded = []; }