strapi/controllers/SettingsManager.js
2016-08-26 14:07:57 +02:00

14 lines
156 B
JavaScript

'use strict';
/**
* A set of functions called "actions" for `SettingsManager`
*/
module.exports = {
find: function *() {
this.body = [];
}
};