From f064130cfdf1474aa3b19387eb2b60d618a9c455 Mon Sep 17 00:00:00 2001 From: Ulrich Schmidt-Goertz Date: Wed, 10 Jan 2024 10:27:28 +0100 Subject: [PATCH] Remove ParamConverter service definition --- DependencyInjection/PropelExtension.php | 1 - README.markdown | 1 - Resources/config/converters.xml | 16 ---------------- 3 files changed, 18 deletions(-) delete mode 100644 Resources/config/converters.xml diff --git a/DependencyInjection/PropelExtension.php b/DependencyInjection/PropelExtension.php index 681a2193..66c7d406 100644 --- a/DependencyInjection/PropelExtension.php +++ b/DependencyInjection/PropelExtension.php @@ -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'); diff --git a/README.markdown b/README.markdown index 82fcc614..649e67a5 100644 --- a/README.markdown +++ b/README.markdown @@ -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/) diff --git a/Resources/config/converters.xml b/Resources/config/converters.xml deleted file mode 100644 index 086f35eb..00000000 --- a/Resources/config/converters.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - Propel\Bundle\PropelBundle\Request\ParamConverter\PropelParamConverter - - - - - - - -