Skip to content

Commit

Permalink
Update index.rst
Browse files Browse the repository at this point in the history
The `class name` should be the same with the `file name`
  • Loading branch information
MarwanSalim authored Mar 21, 2023
1 parent f262d6f commit a3323e7
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 a3323e7

Please sign in to comment.