From 30e2eba6cc3de02e7a381b9d77ab542fb823c4a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Tue, 8 Sep 2020 21:19:09 +0200 Subject: [PATCH] Remove useless line --- src/Tenancy.php | 1 - 1 file changed, 1 deletion(-) 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);