Add missing relationship

This commit is contained in:
Lance Pioch 2024-04-11 03:09:19 -04:00
parent 6c8816c289
commit a16ef9743b

View File

@ -267,6 +267,11 @@ class Server extends Model
});
}
public function serverVariables(): HasMany
{
return $this->hasMany(ServerVariable::class);
}
/**
* Gets information for the node associated with this server.
*/