mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-23 22:45:20 +00:00
Update UserOptionsLookup's FQN
User-options related classes are being moved to the MediaWiki\User\Options namespace in MediaWiki Core; reflect that change here. Bug: T352284 Depends-On: I9822eb1553870b876d0b8a927e4e86c27d83bd52 Change-Id: I04337d15d32c1e8bdfdcfa272f1750ffecc8e47e
This commit is contained in:
parent
f8967415a8
commit
c26cc4fa44
|
@ -15,7 +15,7 @@
|
|||
"license-name": "GPL-2.0-or-later",
|
||||
"type": "parserhook",
|
||||
"requires": {
|
||||
"MediaWiki": ">= 1.41"
|
||||
"MediaWiki": ">= 1.42.0"
|
||||
},
|
||||
"MessagesDirs": {
|
||||
"Cite": [
|
||||
|
|
|
@ -15,7 +15,7 @@ use MediaWiki\Hook\EditPage__showEditForm_initialHook;
|
|||
use MediaWiki\ResourceLoader\Hook\ResourceLoaderGetConfigVarsHook;
|
||||
use MediaWiki\Revision\Hook\ContentHandlerDefaultModelForHook;
|
||||
use MediaWiki\Title\Title;
|
||||
use MediaWiki\User\UserOptionsLookup;
|
||||
use MediaWiki\User\Options\UserOptionsLookup;
|
||||
use OutputPage;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue