belongsToMany( Task::class, 'task_collection_task', 'task_collection_id', 'task_id' ); } public function events(): BelongsToMany { return $this->belongsToMany( Event::class, 'event_task_collection', 'task_collection_id', 'event_id' ); } }