mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 03:34:04 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
19ca1307d7
commit
553e4c381b
1 changed files with 1 additions and 2 deletions
|
|
@ -106,8 +106,7 @@ class TenantModel extends Model
|
||||||
$customColumns = [];
|
$customColumns = [];
|
||||||
$jsonObj = json_decode($this->{$this->customColumns()});
|
$jsonObj = json_decode($this->{$this->customColumns()});
|
||||||
|
|
||||||
foreach($kvPairs as $key => $value)
|
foreach ($kvPairs as $key => $value) {
|
||||||
{
|
|
||||||
if (in_array($key, $this->customColumns())) {
|
if (in_array($key, $this->customColumns())) {
|
||||||
$customColumns[$key] = $value;
|
$customColumns[$key] = $value;
|
||||||
continue;
|
continue;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue