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

Apply fixes from StyleCI

This commit is contained in:
stancl 2020-03-14 18:46:28 +00:00 committed by StyleCI Bot
parent 6467dfe818
commit 9e8458f79a

View file

@ -85,6 +85,7 @@ class DatabaseStorageDriver implements StorageDriver, CanDeleteKeys, CanFindByAn
{
$dataQuery = function () use ($id) {
$data = $this->tenants->find($id);
return $data ? $this->tenants->decodeData($data) : null;
};
$domainsQuery = function () use ($id) {