mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 02:04:03 +00:00
use $domain instead of $tenant['domain']
This commit is contained in:
parent
18ac2b9e33
commit
62898ce34d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue