main
Ilham Wara Nugroho 2026-06-22 10:05:57 +07:00
parent e5a3a61821
commit c5bd04bcc4
1 changed files with 2 additions and 2 deletions

View File

@ -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 = [];
}