From 070861928b2ad945889774a5b3e93173867fce46 Mon Sep 17 00:00:00 2001 From: Lajos Szoke Date: Wed, 17 Jan 2024 17:09:07 +0100 Subject: [PATCH] small fix --- website/docs/sdk-reference/community/laravel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/sdk-reference/community/laravel.md b/website/docs/sdk-reference/community/laravel.md index 3a1adb06..22d58e82 100644 --- a/website/docs/sdk-reference/community/laravel.md +++ b/website/docs/sdk-reference/community/laravel.md @@ -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: