Skip to content

Commit 610e205

Browse files
committed
Force Application capabilities to always be an object
1 parent a75b73b commit 610e205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Application/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ public function jsonSerialize()
233233
'keys' => [
234234
'public_key' => $this->getPublicKey()
235235
],
236-
'capabilities' => $capabilities
236+
'capabilities' => (object) $capabilities
237237
];
238238
}
239239

0 commit comments

Comments
 (0)