Passed
Pull Request — master (#6)
by
unknown
04:35
created
src/Encryptable.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.