Completed
Push — develop ( 599182...21e21e )
by Greg
57:44 queued 27:51
created
app/I18N.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -325,7 +325,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.