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