Skip to content

Commit

Permalink
Issue CollaboraOnline#56: The CoolJwt::getKey() method does not need …
Browse files Browse the repository at this point in the history
…to be public.
  • Loading branch information
donquixote committed Nov 14, 2024
1 parent 9c47e34 commit d0d261d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/CoolJwt.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function __construct(
* @return string
* The key value.
*/
public function getKey() {
protected function getKey() {
$default_config = $this->configFactory->get('collabora_online.settings');
$key_id = $default_config->get('cool')['key_id'];

Expand Down

0 comments on commit d0d261d

Please sign in to comment.