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