From 598c062e53a1516ca137d1a3555cc4f07df1b797 Mon Sep 17 00:00:00 2001 From: Ernest Warwas Date: Thu, 24 Mar 2022 12:37:50 +0100 Subject: [PATCH] references changed --- adr/2022_03_24_remove_flush_from_handlers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adr/2022_03_24_remove_flush_from_handlers.md b/adr/2022_03_24_remove_flush_from_handlers.md index 8d1f78299c..9823672e81 100644 --- a/adr/2022_03_24_remove_flush_from_handlers.md +++ b/adr/2022_03_24_remove_flush_from_handlers.md @@ -22,4 +22,4 @@ it gives us ability to avoid an inconsistent data and if something fails we have ## References -* [Abstracting the Doctrine ORM flush](https://www.thinktocode.com/2019/03/28/abstracting-the-doctrine-orm-flush/) +* [Transactions and Concurrency](https://www.doctrine-project.org/projects/doctrine-orm/en/latest/reference/transactions-and-concurrency.html)