Skip to content

Instantly share code, notes, and snippets.

@nietzscheson
Created July 20, 2016 17:38
Show Gist options
  • Save nietzscheson/e12ece16b6a926f46bbddca72eca9977 to your computer and use it in GitHub Desktop.
Save nietzscheson/e12ece16b6a926f46bbddca72eca9977 to your computer and use it in GitHub Desktop.
Base Manager service
services:
base_manager:
class: ArtesanIO\ModelManagerBundle\Model\Manager.php
abstract: true
calls:
- [setEntityManager, ["@doctrine.orm.entity_manager"]]
- [setEventDispatcher, ["@event_dispatcher"]]
other_manager:
class: ArtesanIO\ModelManagerBundle\Model\OtherManager.php
parent: base_model
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment