diff --git a/src/TenantManager.php b/src/TenantManager.php index 722ac9e7..5fe60e90 100644 --- a/src/TenantManager.php +++ b/src/TenantManager.php @@ -259,7 +259,9 @@ class TenantManager public function endTenancy(): self { - if (! $this->initialized) { return $this; } + if (! $this->initialized) { + return $this; + } $prevented = $this->event('ending');