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

Inject configured dbal connection #272

Closed
wants to merge 1 commit into from

Conversation

silverbackdan
Copy link
Contributor

Instead of injecting the default dbal connection, inject whichever dbal connection has been configured. E.g.:

doctrine_phpcr:
    # configure the PHPCR session
    session:
        backend:
            connection: a_connection_name

Also see #271

Instead of injecting the default dbal connection, inject whichever dbal connection has been configured. E.g.:
```yaml
doctrine_phpcr:
    # configure the PHPCR session
    session:
        backend:
            connection: a_connection_name
```
@dbu
Copy link
Member

dbu commented Jul 12, 2017

duplicate of #270

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

Successfully merging this pull request may close these issues.

2 participants