Skip to content

Commit

Permalink
Merge pull request #43 from sdevore/patch-1
Browse files Browse the repository at this point in the history
`migrations` in the `bin/cake` command is plural
  • Loading branch information
steinkel authored Jul 4, 2018
2 parents 7e8a5f2 + fea1dea commit 35b629f
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 35b629f

Please sign in to comment.