Fix linting errors

This commit is contained in:
2019-03-27 00:24:15 +01:00
parent 58a082f6f3
commit 5c14cee2d5
9 changed files with 86 additions and 53 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import Controller from '@ember/controller';
import { inject as injectService } from '@ember/service';
import { inject as service } from '@ember/service';
export default Controller.extend({
kredits: injectService(),
kredits: service(),
});