update
parent
e5a3a61821
commit
c5bd04bcc4
|
|
@ -9,7 +9,7 @@ class Setting extends Model
|
||||||
{
|
{
|
||||||
use HasFactory;
|
use HasFactory;
|
||||||
|
|
||||||
protected $table = 'ms_sekolah';
|
protected $table = 'ms_setting';
|
||||||
protected $primaryKey = 'MsSekolahId';
|
protected $primaryKey = 'MsSettingId';
|
||||||
protected $guarded = [];
|
protected $guarded = [];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue