Adonis hook. Copy. class User extends Model { static boot () { super.boot() this.addHook('beforeCreate', async (userInstance) => { userInstance.password ...
確定! 回上一頁