Fix setVersion not returning itself to restore builder syntax compatibility
This commit is contained in:
parent
5202b09499
commit
d6761fa9a8
|
@ -28,6 +28,7 @@ class QueryBuilder {
|
|||
|
||||
setVersion(version) {
|
||||
this.version = version
|
||||
return this
|
||||
}
|
||||
|
||||
setTable(tableId) {
|
||||
|
|
Loading…
Reference in New Issue