Example: adonisjs hook befor save static boot() { super.boot(); this.addHook('beforeSave', async userInstance => { .... }) }
確定! 回上一頁