Skip to content

Commit

Permalink
removed parameter converters as decided during IRC meeting (supported…
Browse files Browse the repository at this point in the history
… is still provided by FrameworkExtraBundle)

You must remove the configuration element if you had enabled the feature:

         <app:param-converter />
  • Loading branch information
fabpot committed Jan 29, 2011
1 parent 36e30e2 commit 025e142
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 690 deletions.

This file was deleted.

5 changes: 0 additions & 5 deletions src/Symfony/Bundle/DoctrineBundle/Resources/config/orm.xml
Expand Up @@ -58,11 +58,6 @@

<service id="security.user.entity_manager" alias="doctrine.orm.default_entity_manager" public="false" />

<service id="request.param_converter.doctrine" class="Symfony\Bundle\DoctrineBundle\Request\ParamConverter\DoctrineConverter" public="false">
<tag name="request.param_converter" />
<argument type="service" id="doctrine.orm.default_entity_manager" />
</service>

<service id="doctrine.orm.proxy_cache_warmer" class="%doctrine.orm.proxy_cache_warmer.class%" public="false">
<tag name="kernel.cache_warmer" />
<argument type="service" id="service_container" />
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 025e142

Please sign in to comment.