Completed
Pull Request — master (#28)
by Adeniyi
02:34
created
src/Helper/Relationships.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,9 +35,9 @@
 block discarded – undo
35 35
                 $whereAnd = $i > 1 ? 'AND' : 'WHERE';
36 36
                 $output .= ' '.$whereAnd.' '.self::getTableName($connection).'.'.$value->COLUMN_NAME.'='.$value->REFERENCED_TABLE_NAME.'.'.$value->REFERENCED_COLUMN_NAME.' ';
37 37
             }
38
-         } else {
38
+            } else {
39 39
             $output = false;
40
-         }
40
+            }
41 41
         return $output;
42 42
     }
43 43
 
Please login to merge, or discard this patch.