From 2f6ff33bf9ed5f6d9198183e69d0c8b58bb2c8d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Thu, 13 Aug 2020 13:55:22 +0200 Subject: [PATCH] Update typehint --- src/Tenancy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;