public function __construct(ObjectManager $om) { parent::__construct($om); $this->repository = $om->getRepository('OAuthBundle:Client'); }
public function __construct(ObjectManager $om) { parent::__construct($om); $this->repository = $om->getRepository('AppBundle:Muscle'); }