Skip to content

Commit e8ba972

Browse files
Add floatingIpLimit to Account entity (#329)
Co-authored-by: Graham Campbell <[email protected]>
1 parent 8d45fb8 commit e8ba972

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Entity/Account.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ final class Account extends AbstractEntity
2424

2525
public int $floatingIpLimit;
2626

27+
public int $volumeLimit;
28+
2729
public string $email;
2830

2931
public string $uuid;

0 commit comments

Comments
 (0)