mirror of
https://github.com/strapi/strapi.git
synced 2025-08-09 17:26:11 +00:00
9 lines
187 B
Plaintext
9 lines
187 B
Plaintext
'use strict';
|
|
|
|
/**
|
|
* Read the documentation (https://strapi.io/documentation/3.0.0-beta.x/concepts/models.html#life-cycle-callbacks)
|
|
* to customize this model
|
|
*/
|
|
|
|
module.exports = {};
|