Skip to content

Commit

Permalink
fix: Use box namespace for compatibility with CommandBox
Browse files Browse the repository at this point in the history
  • Loading branch information
elpete committed Jun 1, 2022
1 parent 884e368 commit e4b968e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/BCrypt.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ component singleton threadsafe{

// DI
property name="javaLoader" inject="loader@cbjavaloader";
property name="settings" inject="coldbox:modulesettings:bcrypt";
property name="settings" inject="box:modulesettings:bcrypt";

/**
* Constructor
Expand Down

0 comments on commit e4b968e

Please sign in to comment.