From 9f244a50ecee4f0721ae9341e8bdd8bd1f906152 Mon Sep 17 00:00:00 2001 From: Yonel Ceruto Date: Wed, 5 Jun 2019 18:09:42 -0400 Subject: [PATCH] Fix DoctrineBridge upgrade 5.0 --- UPGRADE-5.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADE-5.0.md b/UPGRADE-5.0.md index c2abf4f8b7..4f94883ae3 100644 --- a/UPGRADE-5.0.md +++ b/UPGRADE-5.0.md @@ -75,7 +75,7 @@ DoctrineBridge * Deprecated injecting `ClassMetadataFactory` in `DoctrineExtractor`, an instance of `EntityManagerInterface` should be injected instead * Passing an `IdReader` to the `DoctrineChoiceLoader` when the query cannot be optimized with single id field will throw an exception, pass `null` instead - * Not passing an `IdReader` to the `DoctrineChoiceLoader` when the query can be optimized with single id field will throw an exception + * Not passing an `IdReader` to the `DoctrineChoiceLoader` when the query can be optimized with single id field will not apply any optimization DomCrawler