diff --git a/src/Bootstrappers/UrlTenancyBootstrapper.php b/src/Bootstrappers/UrlTenancyBootstrapper.php index 0ca5e41d..2d5b5f48 100644 --- a/src/Bootstrappers/UrlTenancyBootstrapper.php +++ b/src/Bootstrappers/UrlTenancyBootstrapper.php @@ -14,9 +14,9 @@ class UrlTenancyBootstrapper implements TenancyBootstrapper public static Closure|null $rootUrlOverride = null; protected string|null $originalRootUrl = null; - public function __construct(protected UrlGenerator $urlGenerator) - { - } + public function __construct( + protected UrlGenerator $urlGenerator, + ) {} public function bootstrap(Tenant $tenant): void {