belongsToMany( Project::class, 'department_project', 'department_id', 'project_id' ); } }