Skip to content

Commit

Permalink
pkp#9895 fixed app key config retrieval issue
Browse files Browse the repository at this point in the history
  • Loading branch information
touhidurabir committed Jun 30, 2024
1 parent 23c1b05 commit eb612b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/core/PKPAppKey.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public static function hasKeyVariable(): bool
/**
* Get the app key defined in config file
*/
public static function getKey(): string
public static function getKey(): ?string
{
return Config::getVar('general', 'app_key');
}
Expand Down

0 comments on commit eb612b6

Please sign in to comment.