mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 18:04:03 +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 = [];
|
||||
$jsonObj = json_decode($this->{$this->customColumns()});
|
||||
|
||||
foreach($kvPairs as $key => $value)
|
||||
{
|
||||
foreach ($kvPairs as $key => $value) {
|
||||
if (in_array($key, $this->customColumns())) {
|
||||
$customColumns[$key] = $value;
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue