From b17f66f7bd7c0e87c76c1915059d6c9d1002f4d2 Mon Sep 17 00:00:00 2001 From: Samuel Stancl Date: Sat, 6 Jun 2026 14:18:24 -0700 Subject: [PATCH] docblock wording --- src/Overrides/TenancyUrlGenerator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Overrides/TenancyUrlGenerator.php b/src/Overrides/TenancyUrlGenerator.php index 2b236114..bcf1bd3f 100644 --- a/src/Overrides/TenancyUrlGenerator.php +++ b/src/Overrides/TenancyUrlGenerator.php @@ -163,7 +163,7 @@ class TenancyUrlGenerator extends UrlGenerator } /** - * Takes a route name and an array of parameters to return the prefixed route name + * Takes an array of parameters and a route name to return the prefixed route name * and the route parameters with the tenant parameter added. * * To skip these modifications, pass the bypass parameter in route parameters.