modifiche siderbar e correzioni

This commit is contained in:
2026-05-26 12:28:39 +02:00
parent f088dba4bf
commit 85dd9c2ee6
119 changed files with 14461 additions and 42 deletions
+5
View File
@@ -38,6 +38,11 @@ class Evento extends Model
'is_incontro_gruppo' => 'boolean',
];
public function tipologiaEvento(): BelongsTo
{
return $this->belongsTo(TipologiaEvento::class, 'tipo_evento', 'nome');
}
public function tenant(): BelongsTo
{
return $this->belongsTo(Tenant::class);