summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'MLEB/Translate/scripts/cleanupTranslationProgressStats.php')
-rw-r--r--MLEB/Translate/scripts/cleanupTranslationProgressStats.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/MLEB/Translate/scripts/cleanupTranslationProgressStats.php b/MLEB/Translate/scripts/cleanupTranslationProgressStats.php
new file mode 100644
index 00000000..ce636628
--- /dev/null
+++ b/MLEB/Translate/scripts/cleanupTranslationProgressStats.php
@@ -0,0 +1,6 @@
+<?php
+
+use MediaWiki\Extension\Translate\Statistics\CleanupTranslationProgressStatsMaintenanceScript;
+
+$class = CleanupTranslationProgressStatsMaintenanceScript::class;
+require_once '__bootstrap.php';