We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985865a commit 51cf413Copy full SHA for 51cf413
1 file changed
src/Plugin.php
@@ -23,7 +23,7 @@ public static function getHooks() {
23
self::$module.'.activate' => [__CLASS__, 'getActivate'],
24
self::$module.'.reactivate' => [__CLASS__, 'getReactivate'],
25
self::$module.'.deactivate' => [__CLASS__, 'getDeactivate'],
26
- self::$module.'.deactivate' => [__CLASS__, 'getTerminate'],
+ self::$module.'.terminate' => [__CLASS__, 'getTerminate'],
27
'ui.menu' => [__CLASS__, 'getMenu'],
28
];
29
}
0 commit comments