Skip to content

Commit

Permalink
Fix typo (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
lakuapik authored Dec 15, 2023
1 parent 0e7bcc2 commit 1ee8d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basic-usage/teams.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Settings::context($userContext)->get('timezone'); // UTC

Settings::setTeamId(2);

Settings::contest($userContext)->get('timezone'); // America/Chicago
Settings::context($userContext)->get('timezone'); // America/Chicago
```

This will also work with [model settings](/docs/laravel-settings/{version}/basic-usage/model-settings) as well. For more information on the
Expand Down

0 comments on commit 1ee8d5f

Please sign in to comment.