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 21, 2024
1 parent f4dda6e commit 76f7f77
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 @@ -44,7 +44,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 76f7f77

Please sign in to comment.