1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 19:14:03 +00:00

Fix code style (php-cs-fixer)

This commit is contained in:
PHP CS Fixer 2022-09-02 15:17:20 +00:00
parent e2ee9ec653
commit a0f22c4c56

View file

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