Completed
Push — master ( 12d899...a33b7a )
by Avtandil
04:40
created
src/MultiLang/Models/Localizable.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/MultiLang/Models/LocalizableScope.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
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
             }
Please login to merge, or discard this patch.