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 1706a34 commit 43fbb34Copy full SHA for 43fbb34
src/Translator.php
@@ -24,4 +24,4 @@ function translate($message, ...$parameters): string;
24
}
25
26
27
-interface_exists(Nette\Localization\ITranslator::class);
+interface_exists(ITranslator::class);
0 commit comments