GlobalFunctions: Avoid unnecessary fully-namespaced MediaWikiServices
authorKunal Mehta <legoktm@member.fsf.org>
Tue, 23 May 2017 04:28:41 +0000 (21:28 -0700)
committerKunal Mehta <legoktm@member.fsf.org>
Tue, 23 May 2017 04:28:41 +0000 (21:28 -0700)
commitf14f65234701d20accd5c7dcb4eab2c2df9a69aa
tree31636141c95ddb860f23adc020f165a0eaed9ea6
parentcfb04229b2230f40f5ced620a022108779e2b8b2
GlobalFunctions: Avoid unnecessary fully-namespaced MediaWikiServices

There's already a "use" statement for MediaWikiServices so the full
class name isn't required.

Change-Id: Idabdd406a7c4afa1312fb45dea8499236fe3d6fd
includes/GlobalFunctions.php