mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-15 00:06:48 +00:00
🛠️ Add anon column to self-hosted services: Update views, models, forms, and migrations to support anonymous service creation and display
This commit is contained in:
@@ -28,6 +28,7 @@ class SelfHostedService extends Model implements HasMedia
|
||||
'id' => 'integer',
|
||||
'created_by' => 'integer',
|
||||
'type' => SelfHostedServiceType::class,
|
||||
'anon' => 'boolean',
|
||||
];
|
||||
|
||||
protected static function booted(): void
|
||||
|
||||
Reference in New Issue
Block a user