X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FpurgeModuleDeps.php;h=feeeb65b6578f0e35752eed7b2e3c451245e5874;hb=aad97651acf1c8a4c1bf667bfd396563ed51977b;hp=3088baad096059cc9457b557181347136a3f6861;hpb=3287201b673c6e52c04e9f8771c0e71d1a617910;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/purgeModuleDeps.php b/maintenance/purgeModuleDeps.php index 3088baad09..feeeb65b65 100644 --- a/maintenance/purgeModuleDeps.php +++ b/maintenance/purgeModuleDeps.php @@ -22,7 +22,7 @@ * @author Timo Tijhof */ -use MediaWiki\MediaWikiServices; +use Wikimedia\Rdbms\IDatabase; require_once __DIR__ . '/Maintenance.php';