We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f06376c commit 9b953dbCopy full SHA for 9b953db
src/Translator.php
@@ -22,4 +22,4 @@ function translate(mixed $message, mixed ...$parameters): string;
22
}
23
24
25
-interface_exists(Nette\Localization\ITranslator::class);
+interface_exists(\Nette\Localization\ITranslator::class);
0 commit comments