Updated settings to be fillable

Updated settings to be fillable
This commit is contained in:
cp6 2022-03-05 11:06:58 +11:00
parent fbc22c14b4
commit 87322fd2b5

View File

@ -10,4 +10,6 @@ class Settings extends Model
use HasFactory;
protected $table = 'settings';
protected $fillable = ['id', 'show_versions_footer', 'show_servers_public'];
}