Skip to content

Commit 35b629f

Browse files
authored
Merge pull request #43 from sdevore/patch-1
`migrations` in the `bin/cake` command is plural
2 parents 7e8a5f2 + fea1dea commit 35b629f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docs/Documentation/Examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

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

99
```php
1010
public function change()

0 commit comments

Comments
 (0)