diff --git a/src/Tenancy.php b/src/Tenancy.php index cfef699b..ca79b51d 100644 --- a/src/Tenancy.php +++ b/src/Tenancy.php @@ -27,9 +27,9 @@ class Tenancy return; } - event(new Events\InitializingTenancy($this)); - $this->tenant = $tenant; + + event(new Events\InitializingTenancy($this)); $this->initialized = true;