From 5c7e4b25335e500cb8317a90c3bef1d116937a8a Mon Sep 17 00:00:00 2001 From: lukinovec Date: Mon, 18 Jul 2022 15:56:39 +0200 Subject: [PATCH] Improve the Telescope implementation page (#178) Make the page more specific (mention `tenancy.features` config) --- source/docs/v3/integrations/telescope.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/v3/integrations/telescope.blade.md b/source/docs/v3/integrations/telescope.blade.md index 2892f52..f2a4888 100644 --- a/source/docs/v3/integrations/telescope.blade.md +++ b/source/docs/v3/integrations/telescope.blade.md @@ -6,6 +6,6 @@ section: content # Laravel Telescope {#laravel-telescope} -Enable the *Telescope tags* feature to have all Telescope requests tagged with the current tenant's id. +Enable the *Telescope tags* feature in the `tenancy.features` config to have all Telescope requests tagged with the current tenant's id. Note that Telescope (& its migrations) will be part of the central app.