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