Skip to content

Commit 88e959f

Browse files
committed
Fixed bug wrong string concat syntax
Silly me
1 parent 4a46676 commit 88e959f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compute/v2/Api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ public function getQuotaSet(): array
683683
public function getQuotaSetDetail(): array
684684
{
685685
$data = $this->getQuotaSet();
686-
$data['path'] += '/detail';
686+
$data['path'] .= '/detail';
687687

688688
return $data;
689689
}

0 commit comments

Comments
 (0)