We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a131d93 commit e665b40Copy full SHA for e665b40
packages/fastboot/src/fastboot-info.js
@@ -38,6 +38,5 @@ module.exports = class FastBootInfo {
38
*/
39
register(instance) {
40
instance.register('info:-fastboot', this, { instantiate: false });
41
- instance.inject('service:fastboot', '_fastbootInfo', 'info:-fastboot');
42
}
43
};
0 commit comments