mirror of
https://github.com/strapi/strapi.git
synced 2025-11-03 03:17:11 +00:00
Revert unwanted wording changes
This commit is contained in:
parent
37311b2757
commit
a0cdf693bb
@ -4,7 +4,7 @@ const _ = require('lodash');
|
||||
const { pickBy, has } = require('lodash/fp');
|
||||
const { addNamespace, hasNamespace } = require('../utils');
|
||||
|
||||
const contentTypesRegistry = strapi => {
|
||||
const servicesRegistry = strapi => {
|
||||
const services = {};
|
||||
const instantiatedServices = {};
|
||||
|
||||
@ -41,6 +41,8 @@ const contentTypesRegistry = strapi => {
|
||||
}
|
||||
services[uid] = service;
|
||||
}
|
||||
|
||||
return this;
|
||||
},
|
||||
extend(serviceUID, extendFn) {
|
||||
const currentService = this.get(serviceUID);
|
||||
@ -53,4 +55,4 @@ const contentTypesRegistry = strapi => {
|
||||
};
|
||||
};
|
||||
|
||||
module.exports = contentTypesRegistry;
|
||||
module.exports = servicesRegistry;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user