Completed
Push — master ( cbb544...abb536 )
by Manuel
03:31
created
app/Services/Statistics.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
     {
53 53
         $regex = '^172\.(1[6-9]|2[0-9]|3[01])\.';
54 54
 
55
-        if((new Poke)->getConnection()->getConfig('driver') == 'sqlite') {
55
+        if ((new Poke)->getConnection()->getConfig('driver') == 'sqlite') {
56 56
             $regex = "/$regex/";
57 57
             $this->createSqliteRegexpFunction();
58 58
         }
Please login to merge, or discard this patch.