@@ -25,7 +25,7 @@ discard block |
||
| 25 | 25 | return is_null($this->attributes['formio_password'] ?? null) |
| 26 | 26 | ? null |
| 27 | 27 | : $this->resolveEncrypter() |
| 28 | - ->decrypt($this->attributes['formio_password']); |
|
| 28 | + ->decrypt($this->attributes['formio_password']); |
|
| 29 | 29 | } |
| 30 | 30 | |
| 31 | 31 | /** |
@@ -90,6 +90,6 @@ discard block |
||
| 90 | 90 | $this->attributes['formio_password'] = is_null($formio_password) |
| 91 | 91 | ? null |
| 92 | 92 | : $this->resolveEncrypter() |
| 93 | - ->encrypt($formio_password); |
|
| 93 | + ->encrypt($formio_password); |
|
| 94 | 94 | } |
| 95 | 95 | } |