First Aid list, amount list and kitchen list PDF download implemented
This commit is contained in:
@@ -169,7 +169,7 @@ class Event extends InstancedModel
|
||||
->withTimestamps();
|
||||
}
|
||||
|
||||
public function participants() : hasMany {
|
||||
public function participants() : HasMany {
|
||||
return $this->hasMany(EventParticipant::class);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user