Skip to content

Commit 39e4e9d

Browse files
authored
fix: Use box: namespace for CommandBox compatibility
1 parent 5352b69 commit 39e4e9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/Scheduler.cfc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* The mail service queue scheduler
99
*/
1010
component {
11-
property name="runQueueTask" inject="coldbox:setting:runQueueTask@cbmailservices";
11+
property name="runQueueTask" inject="box:setting:runQueueTask@cbmailservices";
1212
function configure(){
1313

1414
task( "MailQueue" )
@@ -40,4 +40,4 @@ component {
4040
log.info( "Mail services queue scheduler has started" );
4141
}
4242

43-
}
43+
}

0 commit comments

Comments
 (0)