mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-19 09:38:36 +00:00
Updated settings to be fillable
Updated settings to be fillable
This commit is contained in:
parent
fbc22c14b4
commit
87322fd2b5
1 changed files with 2 additions and 0 deletions
|
@ -10,4 +10,6 @@ class Settings extends Model
|
|||
use HasFactory;
|
||||
|
||||
protected $table = 'settings';
|
||||
|
||||
protected $fillable = ['id', 'show_versions_footer', 'show_servers_public'];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue