Configuration
// File: ./config/ColdBox.cfc
component{
function configure() {
moduleSettings = {
cbwire = {
"throwOnMissingSetterMethod" : false,
"componentLocation": "wires"
}
};
}
}
throwOnMissingSetter
componentLocation
Last updated
Was this helpful?