We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 928bfd3 commit 1b2be9fCopy full SHA for 1b2be9f
1 file changed
user_guide_src/source/cli/cli_generators.rst
@@ -34,7 +34,7 @@ where ``<generator_command>`` will be replaced with the command to check.
34
namespace defined in your ``$psr4`` array in ``Config\Autoload`` or defined in your composer autoload
35
file. Otherwise, code generation will be interrupted.
36
37
-.. important:: Use of ``migrate:create`` to create migration files is now deprecated. It will be removed in
+.. important:: Since v4.0.5, use of ``migrate:create`` to create migration files has been deprecated. It will be removed in
38
future releases. Please use ``make:migration`` as replacement. Also, please use ``make:migration --session``
39
to use instead of the deprecated ``session:migration``.
40
0 commit comments