Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

annotation example @InjectParams - doctrine #68

Open
creativeworkx opened this issue Nov 14, 2012 · 0 comments
Open

annotation example @InjectParams - doctrine #68

creativeworkx opened this issue Nov 14, 2012 · 0 comments

Comments

@creativeworkx
Copy link

URI: http://jmsyst.com/bundles/JMSDiExtraBundle/master/annotations

    /**
     * @InjectParams({
     *    "em" = @Inject("doctrine.entity_manager") 
     * })
     */
    public function __construct(EntityManager $em, Session $session)
    {
        // ...
    }

Should be corrected to "em" = @Inject("doctrine.orm.entity_manager")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant