Skip to content

Commit

Permalink
Use native class
Browse files Browse the repository at this point in the history
  • Loading branch information
raucao committed Aug 30, 2023
1 parent e94e747 commit 03e7f14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/controllers/application.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Controller from '@ember/controller';
import { inject as service } from '@ember/service';

export default Controller.extend({
kredits: service(),
});
export default class ApplicationController extends Controller {
@service kredits;
}

0 comments on commit 03e7f14

Please sign in to comment.