From 3e23937a362ef851c25d305dee3136900ee4fb4d Mon Sep 17 00:00:00 2001 From: HolgerHatGarKeineNode Date: Mon, 6 Feb 2023 18:57:59 +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 1f90cd1e..cdd0abcf 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'); + $this->meetupEvent->load('meetup.users:id,public_key'); $this->meetup = $this->meetupEvent->meetup; $this->checkShowUp(); }