This commit is contained in:
cyril lopez 2017-12-07 14:35:35 +01:00
parent ce94f85a50
commit f3184590d7

View File

@ -281,7 +281,7 @@ module.exports = {
const connector = models[model].orm;
if (!connector) {
throw new Error(`Impossible to determine the use ORM for the model ${model}.`);
throw new Error(`Impossible to determine the ORM used for the model ${model}.`);
}
const convertor = strapi.hook[connector].load().getQueryParams;