Fix task collection attach relation

This commit is contained in:
Codex Agent
2026-01-19 21:33:38 +01:00
parent 790ffc5157
commit d03f7252df
3 changed files with 31 additions and 0 deletions

View File

@@ -19,6 +19,8 @@ class TasksRelationManager extends RelationManager
{
protected static string $relationship = 'tasks';
protected static ?string $inverseRelationship = 'taskCollections';
public function table(Table $table): Table
{
return $table