use $domain instead of $tenant['domain']

This commit is contained in:
Samuel Štancl 2019-10-20 16:09:31 +02:00 committed by GitHub
parent 18ac2b9e33
commit 62898ce34d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ A customer has signed up on your website, you have created a new tenant and now
```php ```php
// tenant sign up controller // tenant sign up controller
return redirect()->route('dashboard')->tenant($tenant['domain']); return redirect()->route('dashboard')->tenant($domain);
``` ```
## Custom ID scheme ## Custom ID scheme