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

loading messenger services independent from ORM layer #1010

Closed
wants to merge 1 commit into from
Closed

loading messenger services independent from ORM layer #1010

wants to merge 1 commit into from

Conversation

unixslayer
Copy link

Due to #997 Doctrine Messenger should not be dependent from ORM layer.

DependencyInjection/DoctrineExtension.php Outdated Show resolved Hide resolved
@alcaeus
Copy link
Member

alcaeus commented Sep 19, 2019

@unixslayer this is looking good, can you squash commits before I merge? Thanks!

…t be required for messenger

messenger services can be loaded before ORM since it's not requirement

if $config['orm'] is not defined and $config['dbal'] is, ormLoad method should not be called

phpcs fixes

no need to check twice if ORM configuration is defined
@unixslayer
Copy link
Author

@alcaeus done

@alcaeus
Copy link
Member

alcaeus commented Oct 8, 2019

Superseded by #1028. Thanks @unixslayer!

@alcaeus alcaeus closed this Oct 8, 2019
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.

None yet

3 participants