mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 02:04:03 +00:00
middleware -> resolver
This commit is contained in:
parent
c90f6d9c5f
commit
de0a9c40f6
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ Route::group([
|
|||
});
|
||||
```
|
||||
|
||||
If you'd like to customize the name of the argument (e.g. use `team` instead of `tenant`, look into the middleware for the public static property).
|
||||
If you'd like to customize the name of the argument (e.g. use `team` instead of `tenant`, look into the `PathTenantResolver` for the public static property).
|
||||
|
||||
## Request data identification {#request-data-identification}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue