Skip to content

Commit e3a8a23

Browse files
author
Anthony CAPELLI
committed
fix id parameter
1 parent 467dc18 commit e3a8a23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Resource/Organizations.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function update(string $realm, string $id, Organization $organization): v
5353
{
5454
$this->commandExecutor->executeCommand(
5555
new Command(
56-
'/admin/realms/{realm}/organizations/{$id}',
56+
'/admin/realms/{realm}/organizations/{id}',
5757
Method::PUT,
5858
[
5959
'realm' => $realm,

0 commit comments

Comments
 (0)