We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7954767 + c9d4f5d commit 31c911bCopy full SHA for 31c911b
DependencyInjection/Configuration.php
@@ -46,8 +46,6 @@ public function getConfigTreeBuilder() : TreeBuilder
46
->fixXmlConfig('migration', 'migrations')
47
->fixXmlConfig('migrations_path', 'migrations_paths')
48
->children()
49
- ->scalarNode('name')->defaultValue('Application Migrations')->end()
50
-
51
->arrayNode('migrations_paths')
52
->info('A list of namespace/path pairs where to look for migrations.')
53
->isRequired()
Tests/Fixtures/conf.xml
@@ -8,7 +8,6 @@
8
9
10
<doctrine:config
11
- name="Doctrine Sandbox Migrations"
12
all_or_nothing="true"
13
check_database_platform="true"
14
organize-migrations="BY_YEAR_AND_MONTH"
0 commit comments