Skip to content

Commit

Permalink
Merge pull request #609 from MarwanSalim/patch-1
Browse files Browse the repository at this point in the history
Update index.rst: Fix the sample code `class name` to follow the migration command
  • Loading branch information
dereuromark authored Mar 21, 2023
2 parents f262d6f + a3323e7 commit f7865b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ will generate::
<?php
use Migrations\AbstractMigration;

class AlterPriceFromProducts extends AbstractMigration
class AlterPriceOnProducts extends AbstractMigration
{
public function change()
{
Expand Down

0 comments on commit f7865b0

Please sign in to comment.