Skip to content

Commit fc4ee66

Browse files
authored
Fix type error when hydrating LoadBalancer (#349)
1 parent be8658c commit fc4ee66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Entity/LoadBalancer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ final class LoadBalancer extends AbstractEntity
2121
{
2222
public string $id;
2323

24-
public int $name;
24+
public string $name;
2525

2626
public string $ip;
2727

0 commit comments

Comments
 (0)