File tree 2 files changed +2
-2
lines changed
src/Symfony/Bundle/SecurityBundle
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ CHANGELOG
5
5
-----
6
6
7
7
* Added security configuration for priority-based access decision strategy
8
- * Added ` switch_user.allow_already_switched ` option to allow switching seamlessly when already switched (default ` false ` )
8
+ * Added ` switch_user.allow_already_switched ` option to allow switching seamlessly when already switched (default ` false ` )
9
9
10
10
5.0.0
11
11
-----
Original file line number Diff line number Diff line change 202
202
<argument >ROLE_ALLOWED_TO_SWITCH</argument >
203
203
<argument type =" service" id =" event_dispatcher" on-invalid =" null" />
204
204
<argument >false</argument > <!-- Stateless -->
205
- <argument >false</argument > <!-- Consecutive Switching -->
205
+ <argument >false</argument > <!-- Seamless Switching -->
206
206
</service >
207
207
208
208
<service id =" security.access_listener" class =" Symfony\Component\Security\Http\Firewall\AccessListener" >
You can’t perform that action at this time.
0 commit comments