mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 18:44:03 +00:00
remove duplicate method from automerge
This commit is contained in:
parent
99706f95ef
commit
a7368264c2
1 changed files with 0 additions and 8 deletions
|
|
@ -31,14 +31,6 @@ class PathTenantResolver extends Contracts\CachedTenantResolver
|
||||||
throw new TenantCouldNotBeIdentifiedByPathException($id);
|
throw new TenantCouldNotBeIdentifiedByPathException($id);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function resolved(Tenant $tenant, ...$args): void
|
|
||||||
{
|
|
||||||
/** @var Route $route */
|
|
||||||
$route = $args[0];
|
|
||||||
|
|
||||||
$route->forgetParameter(static::$tenantParameterName);
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getArgsForTenant(Tenant $tenant): array
|
public function getArgsForTenant(Tenant $tenant): array
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue