Merge "build: Switch QUnit package from deprecated 'qunitjs' to 'qunit'" into REL1_31
[lhc/web/wiklou.git] / includes / installer / WebInstallerPage.php
index 7a41ceb..3aad6f8 100644 (file)
@@ -133,7 +133,7 @@ abstract class WebInstallerPage {
         * @return string
         */
        public function getName() {
-               return str_replace( 'WebInstaller', '', get_class( $this ) );
+               return str_replace( 'WebInstaller', '', static::class );
        }
 
        /**