We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3d8c7c commit 4b2fc1dCopy full SHA for 4b2fc1d
1 file changed
src/Syntax/SyntaxFactory.php
@@ -35,6 +35,8 @@ public static function createColumns(array &$arguments, $table = null)
35
$column->setAlias($index);
36
}
37
38
+ $createdColumns[] = $column;
39
+ } else if ($column instanceof Column) {
40
$createdColumns[] = $column;
41
42
0 commit comments