8000 bug #16176 Fix the BC layer for the key->secret renaming for remember… · symfony/symfony@f5da7aa · GitHub
[go: up one dir, main page]

Skip to content

Commit f5da7aa

Browse files
committed
bug #16176 Fix the BC layer for the key->secret renaming for remember_me (stof)
This PR was merged into the 2.8 branch. Discussion ---------- Fix the BC layer for the key->secret renaming for remember_me | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | symfony/symfony-docs#5765 | License | MIT 8000 | Doc PR | n/a There was a mistake in #15141 removing the configuration entirely. Commits ------- f52b3a0 Fix the BC layer for the key->secret renaming for remember_me
2 parents dac3c9e + f52b3a0 commit f5da7aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/RememberMeFactory.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ public function addConfiguration(NodeDefinition $node)
134134
$v['secret'] = $v['key'];
135135

136136
unset($v['key']);
137+
138+
return $v;
137139
})
138140
->end()
139141
->children();

0 commit comments

Comments
 (0)
0