Move IDatabase/IMaintainableDatabase to Rdbms namespace
[lhc/web/wiklou.git] / maintenance / refreshLinks.php
index 06fcbaf..67f7780 100644 (file)
@@ -21,6 +21,8 @@
  * @ingroup Maintenance
  */
 
+use Wikimedia\Rdbms\IDatabase;
+
 require_once __DIR__ . '/Maintenance.php';
 
 /**