From 553e4c381b4e4db214cd6b2cf2976e2a3b11094c Mon Sep 17 00:00:00 2001 From: stancl Date: Sun, 15 Sep 2019 09:02:28 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/StorageDrivers/Database/TenantModel.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/StorageDrivers/Database/TenantModel.php b/src/StorageDrivers/Database/TenantModel.php index 148e13bf..036b07a6 100644 --- a/src/StorageDrivers/Database/TenantModel.php +++ b/src/StorageDrivers/Database/TenantModel.php @@ -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;