aboutsummaryrefslogtreecommitdiffstats
path: root/includes/parser/Hook/ParserGetVariableValueSwitchHook.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/parser/Hook/ParserGetVariableValueSwitchHook.php')
-rw-r--r--includes/parser/Hook/ParserGetVariableValueSwitchHook.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/parser/Hook/ParserGetVariableValueSwitchHook.php b/includes/parser/Hook/ParserGetVariableValueSwitchHook.php
index 2cd6fe55fe91..550b3c34ad20 100644
--- a/includes/parser/Hook/ParserGetVariableValueSwitchHook.php
+++ b/includes/parser/Hook/ParserGetVariableValueSwitchHook.php
@@ -2,7 +2,7 @@
namespace MediaWiki\Hook;
-use Parser;
+use MediaWiki\Parser\Parser;
use PPFrame;
/**