Skip to content

Commit ba57d68

Browse files
committed
WIREBOX-157 #resolve
getCacheBoxConfig() on WireBox Binder removed after deprecation
1 parent dda826e commit ba57d68

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

system/ioc/config/Binder.cfc

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1167,15 +1167,6 @@ component accessors="true" {
11671167
return this;
11681168
}
11691169

1170-
/**
1171-
* Alias to get cachebox configuration
1172-
*
1173-
* @deprecated Remove by v7: use getCacheBox() instead
1174-
*/
1175-
struct function getCacheBoxConfig(){
1176-
return variables.cachebox;
1177-
}
1178-
11791170
/**
11801171
* Map an object into CacheBox
11811172
*

0 commit comments

Comments
 (0)