Changes 0228092025 Laptop
This commit is contained in:
@@ -24,4 +24,9 @@ public function events(): BelongsToMany
|
||||
{
|
||||
return $this->belongsToMany(\App\Models\Event::class);
|
||||
}
|
||||
|
||||
public function activities(): HasMany
|
||||
{
|
||||
return $this->hasMany(\App\Models\Activity::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user