Skip to content

Commit 43fbb34

Browse files
martinlegatdg
authored andcommitted
typo (#255)
1 parent 1706a34 commit 43fbb34

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
@@ -24,4 +24,4 @@ function translate($message, ...$parameters): string;
2424
}
2525

2626

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

0 commit comments

Comments
 (0)