Completed
Push — master ( 7bd4a4...2d2573 )
by Robin
06:20 queued 03:42
created
src/ModelEncryption.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
      */
12 12
     public function isEncryptable($key)
13 13
     {
14
-        if (! isset($this->encryptable)) {
14
+        if (!isset($this->encryptable)) {
15 15
             return false;
16 16
         }
17 17
 
Please login to merge, or discard this patch.