softdeletes für packages eingerichtet

This commit is contained in:
Codex Agent
2025-11-03 12:23:48 +01:00
parent 20eda6b4f8
commit c0c1d31385
12 changed files with 196 additions and 12 deletions

View File

@@ -39,7 +39,7 @@ class EventPackage extends Model
public function package(): BelongsTo
{
return $this->belongsTo(Package::class);
return $this->belongsTo(Package::class)->withTrashed();
}
public function isActive(): bool