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 = {};
|