From de0a9c40f6c05d26edb445b0ea895a2c57cafb13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sun, 30 Aug 2020 23:39:44 +0200 Subject: [PATCH] middleware -> resolver --- source/docs/v3/tenant-identification.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}