mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
meetupEvent fix
This commit is contained in:
@@ -33,7 +33,7 @@ class MeetupEventObserver
|
||||
$meetupEvent->start->asDateTime(),
|
||||
$meetupEvent->location,
|
||||
url()->route('meetup.event.landing',
|
||||
['country' => 'de', 'meetup' => $meetupEvent->id]),
|
||||
['country' => 'de', 'meetupEvent' => $meetupEvent->id]),
|
||||
);
|
||||
|
||||
$this->postTweet($text);
|
||||
|
||||
Reference in New Issue
Block a user