Merge "Hygiene: Use “OOUI” as unified name in build and code documentation"
[lhc/web/wiklou.git] / maintenance / populateBacklinkNamespace.php
index f5f1de6..23144e9 100644 (file)
@@ -94,5 +94,5 @@ class PopulateBacklinkNamespace extends LoggedUpdateMaintenance {
        }
 }
 
-$maintClass = "PopulateBacklinkNamespace";
+$maintClass = PopulateBacklinkNamespace::class;
 require_once RUN_MAINTENANCE_IF_MAIN;