Skip to content

Commit 31c911b

Browse files
authored
Merge pull request #309 from SenseException/remove-name
Drop application name
2 parents 7954767 + c9d4f5d commit 31c911b

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

DependencyInjection/Configuration.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ public function getConfigTreeBuilder() : TreeBuilder
4646
->fixXmlConfig('migration', 'migrations')
4747
->fixXmlConfig('migrations_path', 'migrations_paths')
4848
->children()
49-
->scalarNode('name')->defaultValue('Application Migrations')->end()
50-
5149
->arrayNode('migrations_paths')
5250
->info('A list of namespace/path pairs where to look for migrations.')
5351
->isRequired()

Tests/Fixtures/conf.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99

1010
<doctrine:config
11-
name="Doctrine Sandbox Migrations"
1211
all_or_nothing="true"
1312
check_database_platform="true"
1413
organize-migrations="BY_YEAR_AND_MONTH"

0 commit comments

Comments
 (0)