We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10c02eb commit a346e0aCopy full SHA for a346e0a
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
'servers.load_processing' => [__CLASS__, 'Load'],
22
'servers.settings' => [__CLASS__, 'Settings'],
0 commit comments