From 6a9f676a02c230e2138047ff8581dfcad6ae9ff9 Mon Sep 17 00:00:00 2001 From: Matthieu Lempereur Date: Thu, 7 Nov 2024 16:46:21 +0100 Subject: [PATCH] apply review --- Resources/doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/doc/index.rst b/Resources/doc/index.rst index 8542b73..75d614d 100644 --- a/Resources/doc/index.rst +++ b/Resources/doc/index.rst @@ -300,7 +300,7 @@ Here is an example on how to inject the service container into your migrations: .. caution:: The interface ``Symfony\Component\DependencyInjection\ContainerAwareInterface`` has been deprecated in Symfony 6.4 and - removed in 7.0. If you use this version or newer, there is currently no way to inject dependencies in migrations. + removed in 7.0. If you use this version or newer, there is currently no way to inject service container in migrations. Generating Migrations Automatically