We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 741219e commit 0624d1bCopy full SHA for 0624d1b
docs/advanced-usage/using-another-default-locale.md
@@ -18,7 +18,7 @@ class YourTag extends SpatieTag
18
{
19
public static function getLocale(): string
20
21
- return 'en';
+ return 'nl';
22
}
23
24
```
0 commit comments