File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,9 @@ component singleton accessors="true" {
75
75
);
76
76
}
77
77
78
- return variables .userService = variables .wirebox .getInstance ( variables .settings .userService );
78
+ variables .userService = variables .wirebox .getInstance ( variables .settings .userService );
79
+
80
+ return variables .userService ;
79
81
}
80
82
81
83
/**
@@ -99,7 +101,9 @@ component singleton accessors="true" {
99
101
);
100
102
}
101
103
102
- return variables .authService = variables .wirebox .getInstance ( variables .settings .authenticationService );
104
+ variables .authService = variables .wirebox .getInstance ( variables .settings .authenticationService );
105
+
106
+ return variables .authService ;
103
107
}
104
108
105
109
/* **************************************************************/
You can’t perform that action at this time.
0 commit comments