From 0bdb1c8f05543303b03b9a3ec62ceb1529158464 Mon Sep 17 00:00:00 2001 From: Benjamin Takats Date: Mon, 16 Jan 2023 17:15:03 +0100 Subject: [PATCH] getFirstMediaUrl --- app/Http/Livewire/Meetup/LandingPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Livewire/Meetup/LandingPage.php b/app/Http/Livewire/Meetup/LandingPage.php index f68f677f..a052e8ce 100644 --- a/app/Http/Livewire/Meetup/LandingPage.php +++ b/app/Http/Livewire/Meetup/LandingPage.php @@ -54,7 +54,7 @@ class LandingPage extends Component 'SEOData' => new SEOData( title: $this->meetup->name, description: __('Bitcoiner Meetups are a great way to meet other Bitcoiners in your area. You can learn from each other, share ideas, and have fun!'), - image: asset($this->meetup->getFirstMediaUrl('logo')), + image: $this->meetup->getFirstMediaUrl('logo'), ) ]); }