diff --git a/src/Tenancy.php b/src/Tenancy.php index 30f138e3..cd75c23b 100644 --- a/src/Tenancy.php +++ b/src/Tenancy.php @@ -157,7 +157,10 @@ class Tenancy } $this->initialize($tenant); - $callback($tenant); + + if (! $callback($tenant)) { + break; + }; } if ($originalTenant) {