Skip to content

Commit e426bbe

Browse files
author
gondo
authored
fixed doctrine version for custom_template
parameter `custom_template` is only available since version `1.3` as you can see v `1.2.1` doesn't include this yet: https://github.com/doctrine/DoctrineMigrationsBundle/blob/v1.2.1/DependencyInjection/Configuration.php
1 parent 40e9ac0 commit e426bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ application:
5252
name: 'Application Migrations'
5353
# available in version >= 1.2. Possible values: "BY_YEAR", "BY_YEAR_AND_MONTH", false
5454
organize_migrations: false
55-
# available in version >= 1.2. Path to your custom migrations template
55+
# available in version >= 1.3. Path to your custom migrations template
5656
custom_template: ~
5757
all_or_nothing: false
5858

0 commit comments

Comments
 (0)