fix: server settings guarded
This commit is contained in:
parent
50fc05ab52
commit
65bfce43c0
1 changed files with 1 additions and 4 deletions
|
|
@ -6,10 +6,7 @@
|
||||||
|
|
||||||
class ServerSetting extends Model
|
class ServerSetting extends Model
|
||||||
{
|
{
|
||||||
protected $fillable = [
|
protected $guarded = [];
|
||||||
'server_id',
|
|
||||||
'is_usable',
|
|
||||||
];
|
|
||||||
|
|
||||||
public function server()
|
public function server()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue