Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. component {
  2.  
  3. // Configure ColdBox Application
  4. function configure(){
  5.  
  6. //Register interceptors as an array, we need order
  7. interceptors = [
  8. // Enable when meeded to intercept QB calls
  9. {
  10. class = "interceptors.qbInterceptor",
  11. name = "qbInterceptor",
  12. properties = {}
  13. }
  14. ];
  15.  
  16. }
  17.  
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement