From e9019302df9e272210a53df6c0554655c5bb5363 Mon Sep 17 00:00:00 2001 From: Nick Parker Date: Fri, 14 Feb 2020 13:31:43 -0500 Subject: [PATCH] Update docs/source/v2/central-app.blade.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Samuel Ć tancl --- docs/source/v2/central-app.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/v2/central-app.blade.md b/docs/source/v2/central-app.blade.md index 3bc2047..cbd9baf 100644 --- a/docs/source/v2/central-app.blade.md +++ b/docs/source/v2/central-app.blade.md @@ -17,7 +17,7 @@ Routes in the `routes/web.php` file are the central routes. When they are visite However, since you don't want routes related to the app on your main domain and sign up forms on tenant domains, you must also define what domains host the central stuff in the `tenancy.exempt_domains` config. -The exempt domains should not include the protocol. For example, you should include ```example.com``` rather than ```https://example.com```, otherwise this will throw a ```TenantCouldNotBeIdentifiedException``` exception. +The exempt domains should not include the protocol. For example, you should include ```example.com``` rather than ```https://example.com```. ## Using central things inside the tenant app {#using-central-things-inside-the-tenant-app}