1
0
Fork 0
mirror of synced 2024-07-05 06:20:55 +12:00

Fix setVersion not returning itself to restore builder syntax compatibility

This commit is contained in:
Andrew Kingston 2021-07-23 15:57:50 +01:00
parent 5202b09499
commit d6761fa9a8

View file

@ -28,6 +28,7 @@ class QueryBuilder {
setVersion(version) { setVersion(version) {
this.version = version this.version = version
return this
} }
setTable(tableId) { setTable(tableId) {