diff --git a/src/Tenancy.php b/src/Tenancy.php index 122c33a4..0e80221a 100644 --- a/src/Tenancy.php +++ b/src/Tenancy.php @@ -29,7 +29,7 @@ class Tenancy * @param Tenant|int|string $tenant * @return void */ - public function initialize(Tenant $tenant): void + public function initialize($tenant): void { if ($this->initialized && $this->tenant->getTenantKey() === $tenant->getTenantKey()) { return;