belongsTo(Project::class); } public function task(): BelongsTo { return $this->belongsTo(Task::class); } }