Module Helpers
this.applicationHelper = [
"includes/helpers.cfm"
];<cfscript>
function auth() {
return wirebox.getInstance( "AuthenticationService@cbauth" );
}
</cfscript>Last updated
Was this helpful?
this.applicationHelper = [
"includes/helpers.cfm"
];<cfscript>
function auth() {
return wirebox.getInstance( "AuthenticationService@cbauth" );
}
</cfscript>Last updated
Was this helpful?
Was this helpful?