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(); }