Skip to content

Commit 21e416e

Browse files
tarleppgreg0ire
authored andcommitted
Update UPGRADE.md
1 parent a463149 commit 21e416e

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)