Passed
Push — main ( 073c01...b49c3d )
by Dimitri
03:21
created
src/Validation/Rules/Exists.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
         $column = $this->parameter('column');
32 32
         $column = $column ?: $this->getAttribute()->getKey();
33 33
 
34
-		$builder = $this->db->table($table)->where($column, $value);
34
+        $builder = $this->db->table($table)->where($column, $value);
35 35
 
36 36
         return $builder->count() > 0;
37 37
     }
Please login to merge, or discard this patch.