Don’t need to specify this param

This commit is contained in:
Lance Pioch 2024-04-25 22:36:36 -04:00
parent 1800f105d7
commit 076125485d

View File

@ -236,7 +236,7 @@ class Server extends Model
*/
public function allocations(): HasMany
{
return $this->hasMany(Allocation::class, 'server_id');
return $this->hasMany(Allocation::class);
}
/**