strapi/controllers/SettingsManager.js

14 lines
156 B
JavaScript
Raw Normal View History

2016-08-26 14:07:57 +02:00
'use strict';
/**
* A set of functions called "actions" for `SettingsManager`
*/
module.exports = {
find: function *() {
this.body = [];
}
};