From d0dd51a6b8f7bcc7c68de0930fef16651718e9d2 Mon Sep 17 00:00:00 2001 From: Benjamin Takats Date: Sun, 15 Jan 2023 15:08:57 +0100 Subject: [PATCH] remove query string --- app/Http/Livewire/Meetup/LandingPage.php | 2 -- app/Http/Livewire/School/LecturerLandingPage.php | 2 -- 2 files changed, 4 deletions(-) diff --git a/app/Http/Livewire/Meetup/LandingPage.php b/app/Http/Livewire/Meetup/LandingPage.php index 29a046cb..6da1ec62 100644 --- a/app/Http/Livewire/Meetup/LandingPage.php +++ b/app/Http/Livewire/Meetup/LandingPage.php @@ -15,8 +15,6 @@ class LandingPage extends Component public ?int $year = null; - protected $queryString = ['year']; - public function render() { return view('livewire.meetup.landing-page', [ diff --git a/app/Http/Livewire/School/LecturerLandingPage.php b/app/Http/Livewire/School/LecturerLandingPage.php index 22f9a210..fb7a0349 100644 --- a/app/Http/Livewire/School/LecturerLandingPage.php +++ b/app/Http/Livewire/School/LecturerLandingPage.php @@ -16,8 +16,6 @@ class LecturerLandingPage extends Component public ?int $year = null; public ?int $activeEvent = null; - protected $queryString = ['year']; - public function render() { return view('livewire.school.lecturer-landing-page', [