We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
LoadBalancer
1 parent be8658c commit fc4ee66Copy full SHA for fc4ee66
1 file changed
src/Entity/LoadBalancer.php
@@ -21,7 +21,7 @@ final class LoadBalancer extends AbstractEntity
21
{
22
public string $id;
23
24
- public int $name;
+ public string $name;
25
26
public string $ip;
27
0 commit comments