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:
@@ -66,6 +66,6 @@ class Course extends Model implements HasMedia
|
||||
|
||||
public function events(): \Illuminate\Database\Eloquent\Relations\HasMany
|
||||
{
|
||||
return $this->hasMany(Event::class);
|
||||
return $this->hasMany(CourseEvent::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user