mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 10:14:04 +00:00
Fix code style (php-cs-fixer)
This commit is contained in:
parent
e84b947436
commit
f4b39adcb9
1 changed files with 2 additions and 1 deletions
|
|
@ -16,7 +16,8 @@ class UrlTenancyBootstrapper implements TenancyBootstrapper
|
||||||
|
|
||||||
public function __construct(
|
public function __construct(
|
||||||
protected UrlGenerator $urlGenerator,
|
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