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 28ab43b commit 6535055Copy full SHA for 6535055
README.md
@@ -103,7 +103,7 @@ You can add more file extensions to `file_extensions` array in the `config/trans
103
104
### Translation helper methods
105
106
-By default our package looks for `lang` and `__` translation helper methods or mixins.
+By default our package looks for `lang()` and `__()` translation helper methods and directives.
107
108
But you can extend, modify, or remove them in the config file by modifying `translation_methods` array:
109
```php
0 commit comments