chore: remove resale license reference

This commit is contained in:
peaklabs-dev
2024-12-09 14:29:41 +01:00
parent a6086ee38b
commit e36ccd3d78

View File

@@ -16,7 +16,6 @@ class InstanceSettings extends Model implements SendsEmail
protected $guarded = [];
protected $casts = [
'resale_license' => 'encrypted',
'smtp_password' => 'encrypted',
'allowed_ip_ranges' => 'array',
'is_auto_update_enabled' => 'boolean',