Skip to content

Commit

Permalink
Merge pull request lakejason0#27 from lakejason0/dev-27
Browse files Browse the repository at this point in the history
Revert "Rename LakeusHooks"
  • Loading branch information
winstonsung authored Jan 18, 2024
2 parents e17b5a3 + 1e03608 commit cbe47b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion includes/LakeusHooks.php → includes/Hooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use MediaWiki\Preferences\Hook\GetPreferencesHook;

class LakeusHooks implements GetPreferencesHook {
class Hooks implements GetPreferencesHook {
/**
* @see https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Hooks/GetPreferences
* @param User $user
Expand Down
2 changes: 1 addition & 1 deletion skin.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
},
"HookHandlers": {
"LakeusHooks": {
"class": "MediaWiki\\Skins\\Lakeus\\LakeusHooks"
"class": "MediaWiki\\Skins\\Lakeus\\Hooks"
}
},
"Hooks": {
Expand Down

0 comments on commit cbe47b2

Please sign in to comment.