diff --git a/src/Tenancy.php b/src/Tenancy.php index 8bad1417..307f818f 100644 --- a/src/Tenancy.php +++ b/src/Tenancy.php @@ -32,7 +32,6 @@ class Tenancy public function initialize($tenant): void { if (! is_object($tenant)) { - $tenant = $tenant; $tenantId = $tenant; $tenant = $this->find($tenantId);