mirror of
https://github.com/archtechx/tenancy.git
synced 2026-03-22 01:04:04 +00:00
Remove phpstan ignore
This commit is contained in:
parent
3103ff60c0
commit
1022dc826d
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ class TenancyUrlGenerator extends UrlGenerator
|
||||||
$name = $route->getName();
|
$name = $route->getName();
|
||||||
|
|
||||||
if ($name) {
|
if ($name) {
|
||||||
[$prefixedName, $parameters] = $this->prepareRouteInputs($name, Arr::wrap($parameters)); // @phpstan-ignore argument.type
|
[$prefixedName, $parameters] = $this->prepareRouteInputs($name, Arr::wrap($parameters));
|
||||||
|
|
||||||
if ($prefixedName !== $name && $tenantRoute = $this->routes->getByName($prefixedName)) {
|
if ($prefixedName !== $name && $tenantRoute = $this->routes->getByName($prefixedName)) {
|
||||||
$route = $tenantRoute;
|
$route = $tenantRoute;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue