Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
laliconfigcat committed Jan 17, 2024
1 parent c41dbed commit 0708619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/sdk-reference/community/laravel.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ The following view content will only be rendered if the feature flag is truthy:

### User targeting

The [User Object](/sdk-reference/php/#user-object) is essential if you'd like to use ConfigCat's [Targeting](advanced/targeting) feature.
The [User Object](/sdk-reference/php/#user-object) is essential if you'd like to use ConfigCat's [Targeting](advanced/targeting.md) feature.

ConfigCat needs to understand the representation of your users from your application. To do so, you will need to transform your user into a `ConfigCat\User` object. This can be done directly from the [`config/configcat.php`](https://github.com/Pod-Point/laravel-configcat/blob/main/config/configcat.php) file. Here is an example:

Expand Down

0 comments on commit 0708619

Please sign in to comment.