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();