mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
zoom in country
This commit is contained in:
@@ -25,6 +25,6 @@ class Participant extends Model
|
||||
|
||||
public function registrations()
|
||||
{
|
||||
return $this->hasMany(\App\Models\Registration::class);
|
||||
return $this->hasMany(Registration::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user