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