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 143135151a
commit 78dc524f79
1 changed files with 1 additions and 0 deletions

View File

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