feat: festival/series model with sub-events, cross-event sections, tab navigation, SectionsShiftsPanel extraction
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -57,4 +57,9 @@ final class Organisation extends Model
|
||||
{
|
||||
return $this->hasMany(Company::class);
|
||||
}
|
||||
|
||||
public function personTags(): HasMany
|
||||
{
|
||||
return $this->hasMany(PersonTag::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user