Skip to content

Commit f5f1b2d

Browse files
authored
Merge pull request #334 from tarlepp/patch-1
Update UPGRADE.md
2 parents a463149 + 21e416e commit f5f1b2d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

UPGRADE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,17 @@ doctrine_migrations:
5555
After
5656
5757
The parameter `name` has been dropped.
58+
59+
- Custom migration templates:
60+
61+
Before
62+
63+
```php
64+
final class Version<version> extends AbstractMigration
65+
```
66+
67+
After
68+
69+
```php
70+
final class <className> extends AbstractMigration
71+
```

0 commit comments

Comments
 (0)