Use ::class to resolve class names in maintenance scripts
[lhc/web/wiklou.git] / maintenance / storage / orphanStats.php
index eb72915..4feb95e 100644 (file)
@@ -80,5 +80,5 @@ class OrphanStats extends Maintenance {
        }
 }
 
-$maintClass = "OrphanStats";
+$maintClass = OrphanStats::class;
 require_once RUN_MAINTENANCE_IF_MAIN;