Skip to content

Commit 7cfb533

Browse files
committed
fix: Allow any dsl to be the user service
1 parent c2d7011 commit 7cfb533

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
@@ -180,7 +180,7 @@ component singleton {
180180
);
181181
}
182182

183-
variables.userService = variables.wirebox.getInstance( variables.userServiceClass );
183+
variables.userService = variables.wirebox.getInstance( dsl = variables.userServiceClass );
184184
}
185185

186186
return variables.userService;

0 commit comments

Comments
 (0)