From 47fd3de67f6d012e6310ba014982f2a6c4c1bf4d Mon Sep 17 00:00:00 2001 From: lukinovec Date: Fri, 26 Aug 2022 15:05:35 +0200 Subject: [PATCH] Update note --- source/docs/v3/integrations/horizon.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/v3/integrations/horizon.blade.md b/source/docs/v3/integrations/horizon.blade.md index 217a00d..abcac13 100644 --- a/source/docs/v3/integrations/horizon.blade.md +++ b/source/docs/v3/integrations/horizon.blade.md @@ -5,7 +5,7 @@ section: content --- # Laravel Horizon {#laravel-horizon} -> Note: **Horizon is used in the central app**. You can separate the jobs by [tagging them with tenant IDs](#tags). +> Note: **Horizon is only accessible on the central domain**. You can separate the jobs by [tagging them with tenant IDs](#tags). Make sure your [queues]({{ $page->link('queues') }}) are configured correctly before using this.