Skip to content

Commit 4f83978

Browse files
committed
feat(AuthenticationService): Make getUserService publically available
1 parent 1f2c2d3 commit 4f83978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/AuthenticationService.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ component singleton {
202202
*
203203
* @throws IncompleteConfiguration
204204
*/
205-
private any function getUserService() {
205+
public any function getUserService() {
206206
if ( !structKeyExists( variables, "userService" ) ) {
207207
if ( variables.userServiceClass == "" ) {
208208
throw(

0 commit comments

Comments
 (0)