1
0
Fork 0
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:
PHP CS Fixer 2023-02-01 14:37:34 +00:00
parent e84b947436
commit f4b39adcb9

View file

@ -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
{ {