Skip to content

Commit

Permalink
Fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
rawilk committed Oct 7, 2023
1 parent 29448b6 commit ad6e541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ settings()->get('site.lang', 'en'); // 'en'
settings()->get('site.lang', 'es'); // 'es'
```

For more information on retrieving a value, see [Retrieving a value](/docs/laravel-settings/{version}/basic-usage#user-content-retrieving-a-value) in the docs.
For more information on retrieving a value, see [Retrieving a value](/docs/laravel-settings/{version}/basic-usage/basic-usage#user-content-retrieving-a-value) in the docs.

> {tip} This configuration value is set to `true` by default, however in future major versions of this package, it may be defaulted to `false`.

0 comments on commit ad6e541

Please sign in to comment.