Skip to content

Move the passing of Errors and ApplicationContext

Chris Lemaire requested to merge no-errors-passing into development

Currently Errors objects were passed during every internal call, it saves a bit on defining internal functions if we move this out.

Additionally, this MR sets up some model mapper availability for Patches.

Edited by Chris Lemaire

Merge request reports