-
Notifications
You must be signed in to change notification settings - Fork 30
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
Configurable entity manager #5
base: master
Are you sure you want to change the base?
Conversation
@@ -20,6 +20,12 @@ public function getConfigTreeBuilder() | |||
$treeBuilder = new TreeBuilder(); | |||
$rootNode = $treeBuilder->root('colour_stream_cron'); | |||
|
|||
$rootNode | |||
->children() | |||
->scalarNode('entitymanger')->defaultValue('default')->end() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change to entityManager
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or entity_manager
@yberkholz please if you can address comments that would be great @predakanga after @yberkholz addresses the comments this is a 👍 |
Ok, i'll change the naming and create base command class. |
@predakanga please merge or please add someone else as maintainer to be able to merge PRs to this bundle. Thanks |
👍 |
Add option to configure which entity manager to use and modify cli commands to consider newly created option.