@@ -48,7 +48,7 @@ |
||
| 48 | 48 | */ |
| 49 | 49 | public function decryptAttribute($value) |
| 50 | 50 | { |
| 51 | - return $value ? $this->encrypter()->decrypt($value) : ''; |
|
| 51 | + return $value ? $this->encrypter()->decrypt($value) : ''; |
|
| 52 | 52 | } |
| 53 | 53 | |
| 54 | 54 | |