hasMany(Contract::class); } public function handovers(): HasMany { return $this->hasMany(Handover::class); } public function productServices(): HasMany { return $this->hasMany(ProductService::class); } }