diff --git a/app/Models/Server.php b/app/Models/Server.php index 172317437..0aacf3ad4 100644 --- a/app/Models/Server.php +++ b/app/Models/Server.php @@ -236,7 +236,7 @@ class Server extends Model */ public function allocations(): HasMany { - return $this->hasMany(Allocation::class, 'server_id'); + return $this->hasMany(Allocation::class); } /**