mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
direct links
This commit is contained in:
@@ -13,13 +13,12 @@ class MeetupTable extends Component
|
||||
|
||||
public function filterByMarker($id)
|
||||
{
|
||||
return to_route('meetup.table.meetup', [
|
||||
'country' => $this->country->code,
|
||||
'table' => [
|
||||
'filters' => [
|
||||
'byid' => $id,
|
||||
],
|
||||
]
|
||||
$meetup = Meetup::with(['city.country'])
|
||||
->find($id);
|
||||
|
||||
return to_route('meetup.landing', [
|
||||
'country' => $meetup->city->country->code,
|
||||
'meetup' => $meetup,
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user