Prevent write operations to database replicas.
[lhc/web/wiklou.git] / includes / filerepo / ForeignDBRepo.php
index 3e88508..bce3005 100644 (file)
@@ -21,6 +21,9 @@
  * @ingroup FileRepo
  */
 
+use Wikimedia\Rdbms\Database;
+use Wikimedia\Rdbms\IDatabase;
+
 /**
  * A foreign repository with an accessible MediaWiki database
  *