From 62898ce34d8f0ae36f060d2b3007dc0209ffc522 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sun, 20 Oct 2019 16:09:31 +0200 Subject: [PATCH] use $domain instead of $tenant['domain'] --- docs/source/v2/misc-tips.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/v2/misc-tips.blade.md b/docs/source/v2/misc-tips.blade.md index 0d699f0..6ffd004 100644 --- a/docs/source/v2/misc-tips.blade.md +++ b/docs/source/v2/misc-tips.blade.md @@ -15,7 +15,7 @@ A customer has signed up on your website, you have created a new tenant and now ```php // tenant sign up controller -return redirect()->route('dashboard')->tenant($tenant['domain']); +return redirect()->route('dashboard')->tenant($domain); ``` ## Custom ID scheme