@@ -67,7 +67,7 @@ |
||
| 67 | 67 | */ |
| 68 | 68 | public function getHosting($field, $value) |
| 69 | 69 | { |
| 70 | - $items = $this->_getItems(Struct\HostingInfo::class, 'hosting', $field, $value, function ($node) { |
|
| 70 | + $items = $this->_getItems(Struct\HostingInfo::class, 'hosting', $field, $value, function($node) { |
|
| 71 | 71 | return isset($node->vrt_hst); |
| 72 | 72 | }); |
| 73 | 73 | return empty($items) ? null : reset($items); |