Use ::class for class name resolution

Change-Id: I4d7af9ca401b30e5ad398ee99549c654b049fde1
This commit is contained in:
Umherirrender
2022-06-16 22:34:18 +02:00
parent 868dc134c5
commit 9f041f63b0
2 changed files with 2 additions and 2 deletions

View File

@@ -50,5 +50,5 @@ JAVASCRIPT;
} }
} }
$maintClass = 'UniversalLanguageSelector\CompileFontRepo'; $maintClass = CompileFontRepo::class;
require_once RUN_MAINTENANCE_IF_MAIN; require_once RUN_MAINTENANCE_IF_MAIN;

View File

@@ -101,5 +101,5 @@ HTML;
} }
} }
$maintClass = 'UniversalLanguageSelector\GenerateFontTestPage'; $maintClass = GenerateFontTestPage::class;
require_once RUN_MAINTENANCE_IF_MAIN; require_once RUN_MAINTENANCE_IF_MAIN;