@@ -138,7 +138,7 @@ |
||
138 | 138 | |
139 | 139 | $ids = array_column($rules['tenants'], 'tenant'); |
140 | 140 | $ids = array_unique($ids); |
141 | - $tenants = array_filter($rules['tenants'], function ($key, $value) use ($ids) { |
|
141 | + $tenants = array_filter($rules['tenants'], function($key, $value) use ($ids) { |
|
142 | 142 | return \in_array($value, \array_keys($ids)); |
143 | 143 | }, ARRAY_FILTER_USE_BOTH); |
144 | 144 |