Updated settings to be fillable
Updated settings to be fillable
This commit is contained in:
parent
fbc22c14b4
commit
87322fd2b5
|
@ -10,4 +10,6 @@ class Settings extends Model
|
|||
use HasFactory;
|
||||
|
||||
protected $table = 'settings';
|
||||
|
||||
protected $fillable = ['id', 'show_versions_footer', 'show_servers_public'];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user