dependabot[bot] on npm_and_yarn
Bump ember-data from 4.1.0 to 4… (compare)
dependabot[bot] on npm_and_yarn
github-actions[bot] on main
Bump eslint-plugin-ember from 1… (compare)
dependabot[bot] on npm_and_yarn
github-actions[bot] on main
Bump eslint from 8.32.0 to 8.33… (compare)
dependabot[bot] on npm_and_yarn
github-actions[bot] on main
Bump ember-template-lint from 5… (compare)
dependabot[bot] on npm_and_yarn
Bump eslint-plugin-ember from 1… (compare)
dependabot[bot] on npm_and_yarn
Bump eslint from 8.32.0 to 8.33… (compare)
export function initialize(registry, application) {
application.inject('service:tour', 'controller', 'controller:application');
application.inject('route', 'tour', 'service:tour');
application.inject('controller', 'tour', 'service:tour');
}
export default {
name: 'tour',
initialize: initialize
};
service:-router
ember-redirect
as well, and that addon uses instance initializers. I can't tell what's different that makes it not work for ember-shepherd