Merge "Drop index oi_name_archive_name on table oldimage"
[lhc/web/wiklou.git] / includes / filerepo / LocalRepo.php
index d49ae7b..d5e29ab 100644 (file)
@@ -22,6 +22,8 @@
  * @ingroup FileRepo
  */
 
+use Wikimedia\Rdbms\ResultWrapper;
+
 /**
  * A repository that stores files in the local filesystem and registers them
  * in the wiki's own database. This is the most commonly used repository class.