mirror of
https://github.com/strapi/strapi.git
synced 2025-07-15 21:11:28 +00:00
9 lines
174 B
JavaScript
9 lines
174 B
JavaScript
'use strict';
|
|
|
|
/**
|
|
* Read the documentation (https://strapi.io/documentation/v3.x/concepts/models.html#lifecycle-hooks)
|
|
* to customize this model
|
|
*/
|
|
|
|
module.exports = {};
|