Skip to content

Commit 76108fd

Browse files
authored
Merge pull request #905 from amiarSlimane/remove-deprecated-implicit-injections
remove deprecated implicit injection
2 parents 8af9ba7 + e665b40 commit 76108fd

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)