Skip to content

Commit

Permalink
Rename LakeusHooks
Browse files Browse the repository at this point in the history
Bug: #23
Change-Id: Icadf87254b91dfb21dd19c3882f0e9492251cab1
  • Loading branch information
winstonsung committed Jan 18, 2024
1 parent 44272d2 commit 6b1cbb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion includes/Hooks.php → includes/LakeusHooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace MediaWiki\Skins\Lakeus;

class Hooks {
class LakeusHooks {
/**
* @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 @@ -251,7 +251,7 @@
"MediaWiki\\Skins\\Lakeus\\": "includes/"
},
"Hooks": {
"GetPreferences": "MediaWiki\\Skins\\Lakeus\\Hooks::onGetPreferences"
"GetPreferences": "MediaWiki\\Skins\\Lakeus\\LakeusHooks::onGetPreferences"
},
"DefaultUserOptions": {
"lakeus-enable-theme-designer": 0,
Expand Down

0 comments on commit 6b1cbb1

Please sign in to comment.