System Information
- Strapi Version: 3.3.3
- Operating System: centos7
- Database: mysql
- Node Version: 12
- NPM Version:
- Yarn Version:
Hi
I wanted to access the values of each model before creating or updating it
i see some functions such as beforeCreate and … in models but i want to use that for all models in middleware
in other word function to call it beforeCreateEachModel
there is any function to do it or not ?
thanks