remove indentation

This commit is contained in:
Samuel Štancl 2021-07-07 17:42:57 +02:00 committed by GitHub
parent cc6b8421a8
commit 728c9d78c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.)