From 41839c1b7a5ce566a19765e42becdea61652378c Mon Sep 17 00:00:00 2001 From: Reedy Date: Sun, 21 Jan 2018 04:42:48 +0000 Subject: [PATCH] Update RunningStat use statement Bug: T182273 Change-Id: Ida16060a6f0f125a0f5dabdb446b94b93db80cd1 --- common/Hooks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/Hooks.php b/common/Hooks.php index 69d8b426..9a5ffe72 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.