TryGhost/Ghost

View on GitHub
ghost/admin/app/controllers/whatsnew.js

Summary

Maintainability
A
0 mins
Test Coverage
import Controller from '@ember/controller';
import {inject as service} from '@ember/service';

export default class WhatsNewController extends Controller {
    @service whatsNew;
}