Skip to content

Commit 40d722f

Browse files
committed
deprecate app name
1 parent ca841a2 commit 40d722f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

DependencyInjection/Configuration.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ public function getConfigTreeBuilder() : TreeBuilder
4242

4343
$rootNode
4444
->children()
45-
->scalarNode('name')->defaultValue('Application Migrations')->end()
45+
->scalarNode('name')
46+
->setDeprecated('The "%node%" option is deprecated.')
47+
->defaultValue('Application Migrations')
48+
->end()
4649

4750
// 3.x forward compatibility layer
4851
->arrayNode('migrations_paths')

0 commit comments

Comments
 (0)