@@ -325,7 +325,7 @@ |
||
325 | 325 | }, $translations); |
326 | 326 | |
327 | 327 | self::$language = $module_service |
328 | - ->findByInterface(ModuleLanguageInterface::Class) |
|
328 | + ->findByInterface(ModuleLanguageInterface::class) |
|
329 | 329 | ->first(fn (ModuleLanguageInterface $module): bool => $module->locale()->languageTag() === $code); |
330 | 330 | } |
331 | 331 |