mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 16:54:05 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
6467dfe818
commit
9e8458f79a
1 changed files with 1 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ class DatabaseStorageDriver implements StorageDriver, CanDeleteKeys, CanFindByAn
|
||||||
{
|
{
|
||||||
$dataQuery = function () use ($id) {
|
$dataQuery = function () use ($id) {
|
||||||
$data = $this->tenants->find($id);
|
$data = $this->tenants->find($id);
|
||||||
|
|
||||||
return $data ? $this->tenants->decodeData($data) : null;
|
return $data ? $this->tenants->decodeData($data) : null;
|
||||||
};
|
};
|
||||||
$domainsQuery = function () use ($id) {
|
$domainsQuery = function () use ($id) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue