mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 08:14:02 +00:00
Change parameter formatting
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
This commit is contained in:
parent
beec31d42f
commit
e84b947436
1 changed files with 3 additions and 3 deletions
|
|
@ -14,9 +14,9 @@ class UrlTenancyBootstrapper implements TenancyBootstrapper
|
||||||
public static Closure|null $rootUrlOverride = null;
|
public static Closure|null $rootUrlOverride = null;
|
||||||
protected string|null $originalRootUrl = null;
|
protected string|null $originalRootUrl = null;
|
||||||
|
|
||||||
public function __construct(protected UrlGenerator $urlGenerator)
|
public function __construct(
|
||||||
{
|
protected UrlGenerator $urlGenerator,
|
||||||
}
|
) {}
|
||||||
|
|
||||||
public function bootstrap(Tenant $tenant): void
|
public function bootstrap(Tenant $tenant): void
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue