Skip to content

Commit 9b953db

Browse files
authored
typo (#255)
1 parent f06376c commit 9b953db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Translator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ function translate(mixed $message, mixed ...$parameters): string;
2222
}
2323

2424

25-
interface_exists(Nette\Localization\ITranslator::class);
25+
interface_exists(\Nette\Localization\ITranslator::class);

0 commit comments

Comments
 (0)