Remove external subscription system

This commit is contained in:
2026-07-18 14:03:03 +02:00
parent bcd15d8569
commit a04d58c60f
12 changed files with 31 additions and 351 deletions
-2
View File
@@ -31,7 +31,6 @@ class User extends Authenticatable implements HasPasskeys
// Discord
'discord_id',
'discord_avatar',
'subscription_key',
];
/**
@@ -42,7 +41,6 @@ class User extends Authenticatable implements HasPasskeys
protected $hidden = [
'password',
'remember_token',
'subscription_key',
];
/**