@@ -62,7 +62,7 @@ |
||
62 | 62 | public function write() : boolean |
63 | 63 | { |
64 | 64 | $fields = $this->model->config()->get('verifiable_fields'); |
65 | - $hash = $this->hash($fields); |
|
65 | + $hash = $this->hash($fields); |
|
66 | 66 | |
67 | 67 | return $this->backend->write($hash); |
68 | 68 | } |