Completed
Branch feature/pre-split (4c50c1)
by Anton
03:17
created
source/Spiral/ORM/Entities/Loaders/Traits/ColumnsTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
 
38 38
             if ($minify) {
39 39
                 //Let's use column number instead of full name
40
-                $column = 'c' . count($columns);
40
+                $column = 'c'.count($columns);
41 41
             }
42 42
 
43 43
             $columns[] = "{$alias}.{$name} AS {$prefix}{$column}";
Please login to merge, or discard this patch.