mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
split into modules
This commit is contained in:
@@ -75,7 +75,7 @@ class VenueTable extends DataTableComponent
|
||||
{
|
||||
$venue = Venue::query()->find($id);
|
||||
|
||||
return to_route('search.event', [
|
||||
return to_route('school.table.event', [
|
||||
'#table',
|
||||
'country' => $this->country,
|
||||
'table' => [
|
||||
|
||||
Reference in New Issue
Block a user