Skip to content

Commit

Permalink
migrations in the bin/cake command is plural
Browse files Browse the repository at this point in the history
  • Loading branch information
sdevore authored May 23, 2018
1 parent 5f16a0d commit fea1dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/Documentation/Examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Firstly you need to create a migration to populate the database for you create the migration you need to run this command:

``` bin/cake migration create MyCustomMigration ``` and in the change method you need to create the entries, for example:
``` bin/cake migrations create MyCustomMigration ``` and in the change method you need to create the entries, for example:

```php
public function change()
Expand Down

0 comments on commit fea1dea

Please sign in to comment.