Passed
Push — master ( 001a72...45db28 )
by Marco
02:10
created
src/Encryptable.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.