aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/sql.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/sql.php')
-rw-r--r--maintenance/sql.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/maintenance/sql.php b/maintenance/sql.php
index 58472e9bdf96..b03620dd6a61 100644
--- a/maintenance/sql.php
+++ b/maintenance/sql.php
@@ -25,6 +25,7 @@
require_once __DIR__ . '/Maintenance.php';
use Wikimedia\Rdbms\ResultWrapper;
+use Wikimedia\Rdbms\IDatabase;
/**
* Maintenance script that sends SQL queries from the specified file to the database.