Skip to content

feat(base-model): accept existing transaction in save()

Jure requested to merge save_trx into master

In some cases it becomes important to be able to pass an existing transaction to save(). Given that save() currently takes no arguments, adding a trx argument isn't a breaking change.

Merge request reports