1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 10:54:04 +00:00

findBy instead of find

This commit is contained in:
Samuel Štancl 2019-10-25 19:38:36 +02:00
parent f6f6b51dc3
commit 2cf138a728

View file

@ -230,7 +230,7 @@ class TenantManager
);
}
return $this->storage->find($key, $value);
return $this->storage->findBy($key, $value);
}
/**