不要怂,就是干,撸起袖子干!

Commit f0352b2f by Sascha Depold

global stub for afterTransactionSetup

1 parent 5909e286
Showing with 4 additions and 0 deletions
......@@ -7,6 +7,10 @@ module.exports = (function(){
throw new Error('Define the query method!')
}
ConnectorManager.prototype.afterTransactionSetup = function(callback) {
callback()
}
ConnectorManager.prototype.connect = function() {
throw new Error('Define the connect method!')
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!