We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8693e43 + a707120 commit c7af22bCopy full SHA for c7af22b
models/MailService.cfc
@@ -11,10 +11,10 @@
11
component accessors="true" singleton threadsafe {
12
13
// DI
14
- property name="inteceptorService" inject="coldbox:interceptorService";
15
- property name="settings" inject="coldbox:moduleSettings:cbmailservices";
+ property name="inteceptorService" inject="box:interceptorService";
+ property name="settings" inject="box:moduleSettings:cbmailservices";
16
property name="wirebox" inject="wirebox";
17
- property name="asyncManager" inject="coldbox:asyncManager";
+ property name="asyncManager" inject="box:asyncManager";
18
property name="log" inject="logbox:logger:{this}";
19
20
/**
0 commit comments