observer changed

This commit is contained in:
HolgerHatGarKeineNode
2023-02-06 19:14:14 +01:00
parent 06ef7daf08
commit 2c353137af

View File

@@ -30,8 +30,8 @@ class MeetupEventObserver
$meetupName, $meetupName,
$meetupEvent->start->asDateTime(), $meetupEvent->start->asDateTime(),
$meetupEvent->location, $meetupEvent->location,
url()->route('meetup.landing', url()->route('meetup.event.landing',
['country' => 'de', 'meetup' => $meetupEvent->meetup]), ['country' => 'de', 'meetup' => $meetupEvent->id]),
); );
$this->postTweet($text); $this->postTweet($text);