We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ee5304 commit 180dca4Copy full SHA for 180dca4
1 file changed
user_guide_src/source/libraries/sessions.rst
@@ -569,10 +569,10 @@ You can choose the Database group to use by adding a new line to the
569
570
.. literalinclude:: sessions/040.php
571
572
-If you'd rather not do all of this by hand, you can use the ``session:migration`` command
+If you'd rather not do all of this by hand, you can use the ``make:migration --session`` command
573
from the cli to generate a migration file for you::
574
575
- > php spark session:migration
+ > php spark make:migration --session
576
> php spark migrate
577
578
This command will take the **sessionSavePath** and **sessionMatchIP** settings into account
0 commit comments