From b81f247de35cea1e13c8a84160e13fdf55f82eac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Fri, 10 Sep 2021 21:48:09 +0200 Subject: [PATCH] Show archived credits table --- app/Http/Livewire/CreditsTable.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/Livewire/CreditsTable.php b/app/Http/Livewire/CreditsTable.php index 056d72469de8..4b889870bda3 100644 --- a/app/Http/Livewire/CreditsTable.php +++ b/app/Http/Livewire/CreditsTable.php @@ -44,6 +44,7 @@ class CreditsTable extends Component ->orWhereNull('due_date'); }) ->orderBy($this->sort_field, $this->sort_asc ? 'asc' : 'desc') + ->withTrashed() ->paginate($this->per_page); return render('components.livewire.credits-table', [