hasMany(Delivery::class); } public function users(): HasMany { return $this->hasMany(User::class); } }