belongsTo(Project::class); } public function afhankelijkVan(): BelongsTo { return $this->belongsTo(Project::class, 'afhankelijk_van_project_id'); } }