@@ -57,7 +57,7 @@ |
||
57 | 57 | */ |
58 | 58 | public function decryptAttribute($value) |
59 | 59 | { |
60 | - return $value ? $this->encrypter()->decrypt($value) : ''; |
|
60 | + return $value ? $this->encrypter()->decrypt($value) : ''; |
|
61 | 61 | } |
62 | 62 | |
63 | 63 | /** |