Changes 0228092025 Laptop

This commit is contained in:
2025-09-28 14:51:02 +02:00
parent 765beb78b7
commit b40ee9dcde
36 changed files with 2099 additions and 65 deletions
+5
View File
@@ -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);
}
}