Skip to content

Commit c7af22b

Browse files
authored
Merge pull request #28 from coldbox-modules/generic-injection-namespace
Switch to box namespace for CommandBox task runners
2 parents 8693e43 + a707120 commit c7af22b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

models/MailService.cfc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
component accessors="true" singleton threadsafe {
1212

1313
// DI
14-
property name="inteceptorService" inject="coldbox:interceptorService";
15-
property name="settings" inject="coldbox:moduleSettings:cbmailservices";
14+
property name="inteceptorService" inject="box:interceptorService";
15+
property name="settings" inject="box:moduleSettings:cbmailservices";
1616
property name="wirebox" inject="wirebox";
17-
property name="asyncManager" inject="coldbox:asyncManager";
17+
property name="asyncManager" inject="box:asyncManager";
1818
property name="log" inject="logbox:logger:{this}";
1919

2020
/**

0 commit comments

Comments
 (0)