mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-14 03:04:04 +00:00
remove indentation
This commit is contained in:
parent
cc6b8421a8
commit
728c9d78c0
1 changed files with 5 additions and 6 deletions
|
|
@ -15,12 +15,11 @@ Open the `config/livewire.php` file and change this:
|
||||||
to this:
|
to this:
|
||||||
|
|
||||||
```php
|
```php
|
||||||
'middleware_group' => [
|
'middleware_group' => [
|
||||||
'web',
|
'web',
|
||||||
'universal',
|
'universal',
|
||||||
InitializeTenancyByDomain::class, // or whatever tenancy middleware you use
|
InitializeTenancyByDomain::class, // or whatever tenancy middleware you use
|
||||||
],
|
],
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
(Don't forget to import the middleware class.)
|
(Don't forget to import the middleware class.)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue