middleware -> resolver

This commit is contained in:
Samuel Štancl 2020-08-30 23:39:44 +02:00 committed by GitHub
parent c90f6d9c5f
commit de0a9c40f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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} ## Request data identification {#request-data-identification}