Skip to content

Commit 609b6f1

Browse files
authored
Remove typehints passed to route()
1 parent f99ecb7 commit 609b6f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function global_cache()
5757
}
5858

5959
if (! function_exists('tenant_route')) {
60-
function tenant_route(string $route, array $parameters = [], string $domain = null): string
60+
function tenant_route($route, $parameters = [], string $domain = null)
6161
{
6262
$domain = $domain ?? request()->getHost();
6363

0 commit comments

Comments
 (0)