softdeletes für packages eingerichtet
This commit is contained in:
@@ -46,7 +46,7 @@ class PackagePurchase extends Model
|
||||
|
||||
public function package(): BelongsTo
|
||||
{
|
||||
return $this->belongsTo(Package::class);
|
||||
return $this->belongsTo(Package::class)->withTrashed();
|
||||
}
|
||||
|
||||
public function isEndcustomerEvent(): bool
|
||||
|
||||
Reference in New Issue
Block a user