mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 02:04:03 +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:
|
||||
|
||||
```php
|
||||
'middleware_group' => [
|
||||
'web',
|
||||
'universal',
|
||||
InitializeTenancyByDomain::class, // or whatever tenancy middleware you use
|
||||
],
|
||||
|
||||
'middleware_group' => [
|
||||
'web',
|
||||
'universal',
|
||||
InitializeTenancyByDomain::class, // or whatever tenancy middleware you use
|
||||
],
|
||||
```
|
||||
|
||||
(Don't forget to import the middleware class.)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue