Skip to content

Instantly share code, notes, and snippets.

@simshaun
Created August 4, 2016 21:06
Show Gist options
  • Select an option

  • Save simshaun/a28d4f63386d17540b7c41dd80b593cc to your computer and use it in GitHub Desktop.

Select an option

Save simshaun/a28d4f63386d17540b7c41dd80b593cc to your computer and use it in GitHub Desktop.
Repository as a service
services:
repository.bucket:
class: AppBundle\Entity\BucketRepository
factory: ['@doctrine.orm.default_entity_manager', getRepository]
arguments: [AppBundle\Entity\Bucket]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment