selenium: Replace ES5 one-var assignments with const/let per line
[lhc/web/wiklou.git] / includes / actions / RollbackAction.php
index 519da61..1c9e63b 100644 (file)
@@ -20,7 +20,7 @@
  * @ingroup Actions
  */
 
-use MediaWiki\Storage\RevisionRecord;
+use MediaWiki\Revision\RevisionRecord;
 
 /**
  * User interface for the rollback action