Skip to content

Commit 42c5591

Browse files
committed
Remove implicit injection
This is required to clear the implicit-injection deprecation on Ember 3.27. This may need to be released as a semver major because this version of `fastboot` will only work with versions of `ember-cli-fastboot` after #841
1 parent 8be7162 commit 42c5591

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/fastboot/src/fastboot-info.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,5 @@ module.exports = class FastBootInfo {
3838
*/
3939
register(instance) {
4040
instance.register('info:-fastboot', this, { instantiate: false });
41-
instance.inject('service:fastboot', '_fastbootInfo', 'info:-fastboot');
4241
}
4342
};

0 commit comments

Comments
 (0)