Fix task collection attach relation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user