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

Configurable entity manager #5

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

yberkholz
Copy link
Contributor

Add option to configure which entity manager to use and modify cli commands to consider newly created option.

@@ -20,6 +20,12 @@ public function getConfigTreeBuilder()
$treeBuilder = new TreeBuilder();
$rootNode = $treeBuilder->root('colour_stream_cron');

$rootNode
->children()
->scalarNode('entitymanger')->defaultValue('default')->end()

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change to entityManager

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or entity_manager

@cordoval
Copy link

@yberkholz please if you can address comments that would be great

@predakanga after @yberkholz addresses the comments this is a 👍

@yberkholz
Copy link
Contributor Author

Ok, i'll change the naming and create base command class.

@cordoval
Copy link

cordoval commented Jan 1, 2013

@predakanga please merge or please add someone else as maintainer to be able to merge PRs to this bundle.

Thanks

@cordoval
Copy link

cordoval commented Jan 1, 2013

👍

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