1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 17:34:03 +00:00

Remove useless line

This commit is contained in:
Samuel Štancl 2020-09-08 21:19:09 +02:00 committed by GitHub
parent 2cd00a5b77
commit 30e2eba6cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,6 @@ class Tenancy
public function initialize($tenant): void
{
if (! is_object($tenant)) {
$tenant = $tenant;
$tenantId = $tenant;
$tenant = $this->find($tenantId);