From 584e0d706b000c74ce4c465b83f325d7bf1ffff2 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Mon, 18 Jul 2022 09:18:02 +0200 Subject: [PATCH] Improve the Telescope implementation page 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.