Completed
Push — master ( e4d9b1...9dfa26 )
by Scott
03:53
created
traits/Subqueryable.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
     public function scopeJoinSubquery($query, $subquery, $alias, $left, $operator, $right, $join = 'join')
40 40
     {
41 41
         $self = $this->getTable().'.*';
42
-        if (! in_array($self, $query->getQuery()->columns)) {
42
+        if (!in_array($self, $query->getQuery()->columns)) {
43 43
             $query->addSelect($self);
44 44
         }
45 45
 
Please login to merge, or discard this patch.