From 7bfcf832e74af2407e7c16815ee07421892a8287 Mon Sep 17 00:00:00 2001 From: HolgerHatGarKeineNode Date: Mon, 6 Feb 2023 18:58:57 +0100 Subject: [PATCH] add meetup event landing page, seo added --- app/Http/Livewire/Meetup/LandingPageEvent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Livewire/Meetup/LandingPageEvent.php b/app/Http/Livewire/Meetup/LandingPageEvent.php index cdd0abcf..74829527 100644 --- a/app/Http/Livewire/Meetup/LandingPageEvent.php +++ b/app/Http/Livewire/Meetup/LandingPageEvent.php @@ -30,7 +30,7 @@ class LandingPageEvent extends Component public function mount() { - $this->meetupEvent->load('meetup.users:id,public_key'); + $this->meetupEvent->load('meetup.users'); $this->meetup = $this->meetupEvent->meetup; $this->checkShowUp(); }