Skip to content

Commit 180dca4

Browse files
committed
docs: update deprecated command
1 parent 5ee5304 commit 180dca4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/libraries/sessions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,10 +569,10 @@ You can choose the Database group to use by adding a new line to the
569569

570570
.. literalinclude:: sessions/040.php
571571

572-
If you'd rather not do all of this by hand, you can use the ``session:migration`` command
572+
If you'd rather not do all of this by hand, you can use the ``make:migration --session`` command
573573
from the cli to generate a migration file for you::
574574

575-
> php spark session:migration
575+
> php spark make:migration --session
576576
> php spark migrate
577577

578578
This command will take the **sessionSavePath** and **sessionMatchIP** settings into account

0 commit comments

Comments
 (0)