Skip to content

Commit

Permalink
Removed the public version of the -portal service
Browse files Browse the repository at this point in the history
  • Loading branch information
cah-brian-gantzler committed Jul 1, 2020
1 parent a522a4c commit 893dc46
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion addon/components/portal-target.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { inject as service } from '@ember/service';
import { assert } from '@ember/debug';

export default class PortalTargetComponent extends Component {
@service('-portal')
@service('ember-stargate@-portal')
portalService;

get count() {
Expand Down
2 changes: 1 addition & 1 deletion addon/components/portal.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { inject as service } from '@ember/service';
import { next } from '@ember/runloop';

export default class PortalComponent extends Component {
@service('-portal')
@service('ember-stargate@-portal')
portalService;

constructor() {
Expand Down
1 change: 0 additions & 1 deletion app/services/-portal.js

This file was deleted.

0 comments on commit 893dc46

Please sign in to comment.