mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 11:14:04 +00:00
Remove typehints passed to route()
This commit is contained in:
parent
f99ecb72c7
commit
609b6f12cf
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ if (! function_exists('global_cache')) {
|
|||
}
|
||||
|
||||
if (! function_exists('tenant_route')) {
|
||||
function tenant_route(string $route, array $parameters = [], string $domain = null): string
|
||||
function tenant_route($route, $parameters = [], string $domain = null)
|
||||
{
|
||||
$domain = $domain ?? request()->getHost();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue