diff --git a/packages/ember-application/lib/utils/validate-type.js b/packages/ember-application/lib/utils/validate-type.js index 74373dabeaa..8f8843e8c2d 100644 --- a/packages/ember-application/lib/utils/validate-type.js +++ b/packages/ember-application/lib/utils/validate-type.js @@ -27,7 +27,8 @@ export default function validateType(resolvedType, parsedName) { `property set to true. You registered ${resolvedType} as a ${parsedName.type} ` + `factory. Either add the \`${factoryFlag}\` property to this factory or ` + `extend from ${expectedType}.`, - resolvedType[factoryFlag] + resolvedType[factoryFlag], + { id: 'ember-application.validate-type', until: '3.0.0' } ); } else { Ember.assert(