From 357563a0785c34b466c20d02ea43a4005c980e0d Mon Sep 17 00:00:00 2001 From: Benjamin Takats Date: Thu, 15 Dec 2022 19:51:44 +0100 Subject: [PATCH] map for events --- app/Http/Livewire/BitcoinEvent/BitcoinEventTable.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/Livewire/BitcoinEvent/BitcoinEventTable.php b/app/Http/Livewire/BitcoinEvent/BitcoinEventTable.php index e294a4fb..19980813 100644 --- a/app/Http/Livewire/BitcoinEvent/BitcoinEventTable.php +++ b/app/Http/Livewire/BitcoinEvent/BitcoinEventTable.php @@ -55,6 +55,7 @@ class BitcoinEventTable extends Component { return to_route('bitcoinEvent.table.bitcoinEvent', [ 'country' => $this->country->code, + 'year' => $this->year, 'table' => [ 'filters' => [ 'byid' => $id,