Completed
Push — master ( 056e32...9592f7 )
by
unknown
15:33
created
src/Abstractor/Eloquent/Relation/Select.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
         }
47 47
 
48 48
         // If results are displayed using a field other than id, order by that field
49
-        if (! empty($this->config['display'])) {
49
+        if (!empty($this->config['display'])) {
50 50
             asort($options);
51 51
         }
52 52
 
Please login to merge, or discard this patch.