From a0f22c4c569429cec3a1ba9c789b78a509c31643 Mon Sep 17 00:00:00 2001 From: PHP CS Fixer Date: Fri, 2 Sep 2022 15:17:20 +0000 Subject: [PATCH] Fix code style (php-cs-fixer) --- src/Bootstrappers/Integrations/ScoutTenancyBootstrapper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bootstrappers/Integrations/ScoutTenancyBootstrapper.php b/src/Bootstrappers/Integrations/ScoutTenancyBootstrapper.php index c42242bb..49869bb5 100644 --- a/src/Bootstrappers/Integrations/ScoutTenancyBootstrapper.php +++ b/src/Bootstrappers/Integrations/ScoutTenancyBootstrapper.php @@ -34,7 +34,7 @@ class ScoutTenancyBootstrapper implements TenancyBootstrapper { $this->config->set('scout.prefix', $this->originalScoutPrefix); } - + protected function getTenantPrefix(Tenant $tenant): string { return (string) $tenant->getTenantKey();