adonisjs hook sebelum save
static boot() {
super.boot();
this.addHook('beforeSave', async userInstance => {
....
})
}
GutoTrosla
static boot() {
super.boot();
this.addHook('beforeSave', async userInstance => {
....
})
}