@@ -31,7 +31,7 @@ |
||
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 | } |