mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
meetups added
This commit is contained in:
@@ -52,6 +52,6 @@ class City extends Model
|
||||
|
||||
function events()
|
||||
{
|
||||
return $this->hasManyThrough(Event::class, Venue::class);
|
||||
return $this->hasManyThrough(CourseEvent::class, Venue::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user