Merge "Use waitForAll() for slow JobRunner commits"
[lhc/web/wiklou.git] / includes / content / JsonContentHandler.php
index f97eaa4..eb1c67d 100644 (file)
@@ -37,6 +37,6 @@ class JsonContentHandler extends CodeContentHandler {
         * @return string
         */
        protected function getContentClass() {
-               return 'JsonContent';
+               return JsonContent::class;
        }
 }