update
parent
e5a3a61821
commit
c5bd04bcc4
|
|
@ -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 = [];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue