mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Added missing setting service
refs https://github.com/TryGhost/Team/issues/469 This got removed during a merge conflict
This commit is contained in:
parent
0a481f40bb
commit
c21a5c7e3d
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ export default class DashboardController extends Controller {
|
||||||
@service session;
|
@service session;
|
||||||
@service membersStats;
|
@service membersStats;
|
||||||
@service store;
|
@service store;
|
||||||
|
@service settings;
|
||||||
|
|
||||||
@tracked
|
@tracked
|
||||||
events = {
|
events = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue