Skip to content

Commit

Permalink
+ updateLimits
Browse files Browse the repository at this point in the history
  • Loading branch information
fogelito committed Jun 2, 2024
1 parent 291c027 commit 8de76fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Migration/Resources/Storage/Bucket.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public function __construct(
private readonly string $compression = 'none',
private readonly bool $encryption = false,
private readonly bool $antiVirus = false,
private readonly bool $updateLimits = false,
) {
$this->id = $id;
$this->permissions = $permissions;
Expand Down

0 comments on commit 8de76fd

Please sign in to comment.