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