Skip to content

Commit

Permalink
typo (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlegat committed Jun 28, 2021
1 parent f06376c commit 9b953db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Translator.php
Expand Up @@ -22,4 +22,4 @@ function translate(mixed $message, mixed ...$parameters): string;
}


interface_exists(Nette\Localization\ITranslator::class);
interface_exists(\Nette\Localization\ITranslator::class);

0 comments on commit 9b953db

Please sign in to comment.