@@ -50,8 +50,7 @@ |
||
| 50 | 50 | } |
| 51 | 51 | |
| 52 | 52 | $hash = is_array($value['identifiers']) ? |
| 53 | - $value['identifiers'] : |
|
| 54 | - array($value['identifiers']); |
|
| 53 | + $value['identifiers'] : array($value['identifiers']); |
|
| 55 | 54 | |
| 56 | 55 | return $this->fieldType->fromHash($hash); |
| 57 | 56 | } |