Skip to content

Instantly share code, notes, and snippets.

@tgmweb
Created July 27, 2015 19:02
Show Gist options
  • Select an option

  • Save tgmweb/913eb618308b779fe248 to your computer and use it in GitHub Desktop.

Select an option

Save tgmweb/913eb618308b779fe248 to your computer and use it in GitHub Desktop.
component extends="config.WireBox" {
function configure(){
super.configure();
map("search.SearchService").to("models.SearchServiceCustom").asSingleton();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment