@@ -30,7 +30,7 @@ |
||
30 | 30 | |
31 | 31 | public function getQualifiedLocalizableColumn() |
32 | 32 | { |
33 | - return $this->getTable().'.'.$this->getLocalizableColumn(); |
|
33 | + return $this->getTable() . '.' . $this->getLocalizableColumn(); |
|
34 | 34 | } |
35 | 35 | |
36 | 36 |
@@ -36,7 +36,7 @@ |
||
36 | 36 | { |
37 | 37 | $wheres = $builder->getQuery()->wheres; |
38 | 38 | $column = $this->getLocalizableColumn($builder); |
39 | - foreach($wheres as $where) { |
|
39 | + foreach ($wheres as $where) { |
|
40 | 40 | if ($where['column'] == $column) { |
41 | 41 | return true; |
42 | 42 | } |