1
0
Fork 0
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:
Samuel Štancl 2019-12-06 22:34:02 +01:00 committed by GitHub
parent f99ecb72c7
commit 609b6f12cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();