X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FpurgeModuleDeps.php;h=feeeb65b6578f0e35752eed7b2e3c451245e5874;hb=e31c9986a17f036ec89e2ef3f04519026e42ebf3;hp=3088baad096059cc9457b557181347136a3f6861;hpb=c1d5106e1d0ff2634d3c23977ca8fc32e38ec426;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';