belongsTo(Project::class); } public function tasks(): HasMany { return $this->hasMany(Task::class); } }