Skip to content

Commit

Permalink
Remove ParamConverter service definition
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrichsg committed Jan 10, 2024
1 parent 7908fe3 commit f064130
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
1 change: 0 additions & 1 deletion DependencyInjection/PropelExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ public function load(array $configs, ContainerBuilder $container): void
if (!$container->hasDefinition('propel')) {
$loader = new XmlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
$loader->load('propel.xml');
$loader->load('converters.xml');
$loader->load('security.xml');
$loader->load('console.xml');

Expand Down
1 change: 0 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ As `Propel2` will be released in the near future, we are migrating the branching
* Create/Drop databases;
* Integration with the Form component;
* Integration with the Security component;
* Propel ParamConverter can be used with Sensio Framework Extra Bundle.

[Read the documentation](http://propelorm.org/documentation/)

Expand Down
16 changes: 0 additions & 16 deletions Resources/config/converters.xml

This file was deleted.

0 comments on commit f064130

Please sign in to comment.