Changeset 2750
- Timestamp:
- 10/14/09 00:10:59 (4 years ago)
- Files:
-
- 1 modified
-
coldbox/trunk/system/plugins/BeanFactory.cfc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
coldbox/trunk/system/plugins/BeanFactory.cfc
r2749 r2750 981 981 // Setup the type if it has a value. 982 982 if( len(md.properties[x].inject) ){ 983 entry.type = md.properties[x]. type;983 entry.type = md.properties[x].inject; 984 984 } 985 985 // Add to found list
