Reedy has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/405564 )
Change subject: Update RunningStat use statement ...................................................................... Update RunningStat use statement Bug: T182273 Change-Id: Ida16060a6f0f125a0f5dabdb446b94b93db80cd1 --- M common/Hooks.php 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Scribunto refs/changes/64/405564/1 diff --git a/common/Hooks.php b/common/Hooks.php index 69d8b42..9a5ffe7 100644 --- a/common/Hooks.php +++ b/common/Hooks.php @@ -21,7 +21,7 @@ */ use MediaWiki\MediaWikiServices; -use RunningStat\PSquare; +use Wikimedia\PSquare; /** * Hooks for the Scribunto extension. -- To view, visit https://gerrit.wikimedia.org/r/405564 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ida16060a6f0f125a0f5dabdb446b94b93db80cd1 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Scribunto Gerrit-Branch: master Gerrit-Owner: Reedy <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
