mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
TTS
This commit is contained in:
@@ -108,7 +108,7 @@ class MeetupEventTable extends DataTableComponent
|
|||||||
public function builder(): Builder
|
public function builder(): Builder
|
||||||
{
|
{
|
||||||
return MeetupEvent::query()
|
return MeetupEvent::query()
|
||||||
->where('meetup_events.start', '>=', now())
|
->where('meetup_events.start', '>=', now()->subDay())
|
||||||
->whereHas('meetup.city.country', fn ($query) => $query->where('code', $this->country))
|
->whereHas('meetup.city.country', fn ($query) => $query->where('code', $this->country))
|
||||||
->with([
|
->with([
|
||||||
'meetup.city.country',
|
'meetup.city.country',
|
||||||
|
|||||||
Reference in New Issue
Block a user