Skip to content

Instantly share code, notes, and snippets.

@Raistlfiren
Created March 28, 2016 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Raistlfiren/be72c050d136951db399 to your computer and use it in GitHub Desktop.
Save Raistlfiren/be72c050d136951db399 to your computer and use it in GitHub Desktop.
#Services
job.company_bundle.quickbooks.parser.company_to_customer:
class: David\Job\CompanyBundle\Quickbooks\Parser\CompanyToCustomerParser
arguments: [ "@doctrine.orm.entity_manager", "@templating" ]
job.company_bundle.quickbooks.parser.estimate_to_job:
class: David\Job\CompanyBundle\Quickbooks\Parser\EstimateToJobParser
arguments: [ "@doctrine.orm.entity_manager", "@templating", "@job.company_bundle.quickbooks.parser.company_to_customer" ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment