hasMany(Order::class); } public function delayedGoods(): HasMany { return $this->hasMany(DelayedGood::class); } }