Skip to content

Commit

Permalink
Merge pull request #905 from amiarSlimane/remove-deprecated-implicit-…
Browse files Browse the repository at this point in the history
…injections

remove deprecated implicit injection
  • Loading branch information
mansona committed May 5, 2023
2 parents 8af9ba7 + e665b40 commit 76108fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/fastboot/src/fastboot-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,5 @@ module.exports = class FastBootInfo {
*/
register(instance) {
instance.register('info:-fastboot', this, { instantiate: false });
instance.inject('service:fastboot', '_fastbootInfo', 'info:-fastboot');
}
};

0 comments on commit 76108fd

Please sign in to comment.