We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f0a70 commit ebd7658Copy full SHA for ebd7658
1 file changed
src/Plugin.php
@@ -16,7 +16,7 @@ class Plugin {
16
public function __construct() {
17
}
18
19
- public static function Hooks() {
+ public static function getHooks() {
20
return [
21
'ssl.load_processing' => [__CLASS__, 'Load'],
22
'ssl.settings' => [__CLASS__, 'Settings'],
0 commit comments