From 2ee0f3e7bad6cc7a5953353eac4f449630d36116 Mon Sep 17 00:00:00 2001 From: mamazu <14860264+mamazu@users.noreply.github.com> Date: Wed, 24 Apr 2024 12:30:58 +0200 Subject: [PATCH] Update README.md Removing incorrect info about using Doctrine SQL mappings. We're using attributes now. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 240f4b9..4da1703 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,6 @@ bin/console translation:update --force ``` ### Integration -> This bundle uses XML mappings, if you are using [attributes](https://www.doctrine-project.org/projects/doctrine-orm/en/2.17/reference/attributes-reference.html) for mappings these classes don't work. - * This bundle decorates the `sylius.calculator.product_variant_price` service. If you wish to change that, you could register a [compiler pass](https://symfony.com/doc/current/service_container/compiler_passes.html). * This bundle decorates the `sylius.order_processing.order_prices_recalculator` service. If you wish to use your own order processor or change its priority, you could register a [compiler pass](https://symfony.com/doc/current/service_container/compiler_passes.html).