Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f52b3a0

Browse files
committed
Fix the BC layer for the key->secret renaming for remember_me
1 parent 491c12c commit f52b3a0

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)