Completed
Push — master ( 2d5d38...3ed246 )
by Maksim
04:06
created
src/Database/Mysql/LookupCollection.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,8 @@
 block discarded – undo
15 15
         ];
16 16
         if (in_array($lookup, $lookups)) {
17 17
             return true;
18
-        } else {
18
+        }
19
+        else {
19 20
             return parent::has($lookup);
20 21
         }
21 22
     }
Please login to merge, or discard this patch.