There was an error while loading. Please reload this page.
1 parent d08d92c commit 656a009Copy full SHA for 656a009
1 file changed
lib/database/utilities/QueryBuilder.js
@@ -72,6 +72,7 @@ class QueryBuilder {
72
}
73
74
this.options.order.push([column, direction]);
75
+ return this;
76
77
78
/**
0 commit comments