From adf2b864f444c86642c2dff449e1175f06331f15 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Fri, 30 Sep 2022 08:48:43 +0200 Subject: [PATCH] Fix formatting --- source/docs/v3/optional-features.blade.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/docs/v3/optional-features.blade.md b/source/docs/v3/optional-features.blade.md index 1922f69..f4875ed 100644 --- a/source/docs/v3/optional-features.blade.md +++ b/source/docs/v3/optional-features.blade.md @@ -14,6 +14,7 @@ section: content - [`CrossDomainRedirect`]({{ $page->link('features/cross-domain-redirect') }}) for adding a `domain()` macro on `RedirectResponse` letting you change the intended hostname of the generated route - [`UniversalRoutes`]({{ $page->link('features/universal-routes') }}) for route actions that work in both the central & tenant context - [`ViteBundler`]({{ $page->link('features/vite-bundler') }}) for making Vite generate the correct asset paths + All of the package's Features are in the `Stancl\Tenancy\Features` namespace. You may register features by adding their class names to the `tenancy.features` config.