mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-14 03:04:04 +00:00
remove unnecessary indentation
This commit is contained in:
parent
f266bb0f4c
commit
691f6c491d
1 changed files with 11 additions and 12 deletions
|
|
@ -27,7 +27,7 @@ In Livewire 3, the configuration key `middleware_group` has been removed, so ins
|
||||||
```php
|
```php
|
||||||
public function boot(): void
|
public function boot(): void
|
||||||
{
|
{
|
||||||
...
|
// ...
|
||||||
|
|
||||||
Livewire::setUpdateRoute(function ($handle) {
|
Livewire::setUpdateRoute(function ($handle) {
|
||||||
return Route::post('/livewire/update', $handle)
|
return Route::post('/livewire/update', $handle)
|
||||||
|
|
@ -38,7 +38,6 @@ public function boot(): void
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
(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