softdeletes für packages eingerichtet
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user