salix/services/production/common/models/fake-production.js

7 lines
218 B
JavaScript
Raw Normal View History

2017-06-21 10:11:38 +00:00
2017-10-11 13:36:47 +00:00
module.exports = function(Self) {
require('../methods/fake-production/list.js')(Self);
require('../methods/fake-production/message-send.js')(Self);
require('../methods/fake-production/route.js')(Self);
};