mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
event calendar
This commit is contained in:
@@ -74,7 +74,8 @@ class BitcoinEventTable extends DataTableComponent
|
|||||||
public function builder(): Builder
|
public function builder(): Builder
|
||||||
{
|
{
|
||||||
return BitcoinEvent::query()
|
return BitcoinEvent::query()
|
||||||
->whereHas('venue.city.country', fn($query) => $query->where('code', $this->country))
|
->where(fn($query) => $query->whereHas('venue.city.country',
|
||||||
->orWhere('show_worldwide', true);
|
fn($query) => $query->where('code', $this->country))
|
||||||
|
->orWhere('show_worldwide', true));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user