/** * Lifecycle Callbacks Allowed */ module.exports = [ 'beforeValidate', 'afterValidate', 'beforeUpdate', 'afterUpdate', 'beforeCreate', 'afterCreate', 'beforeDestroy', 'afterDestroy' ];