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