diff --git a/source/docs/v3/tenant-identification.blade.md b/source/docs/v3/tenant-identification.blade.md index c3c4488..294f1fe 100644 --- a/source/docs/v3/tenant-identification.blade.md +++ b/source/docs/v3/tenant-identification.blade.md @@ -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}