File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2020
2121$ headers = $ config ->getOptionalArray ('headers.security ' , Configuration::DEFAULT_SECURITY_HEADERS );
2222
23- $ response = $ controller ->singleSignOnService ($ request )-> send () ;
23+ $ response = $ controller ->singleSignOnService ($ request );
2424foreach ($ headers as $ header => $ value ) {
2525 // Some pages may have specific requirements that we must follow. Don't touch them.
2626 if (!$ response ->headers ->has ($ header )) {
Original file line number Diff line number Diff line change 2020
2121$ headers = $ config ->getOptionalArray ('headers.security ' , Configuration::DEFAULT_SECURITY_HEADERS );
2222
23- $ response = $ controller ->singleLogout ($ request )-> send () ;
23+ $ response = $ controller ->singleLogout ($ request );
2424foreach ($ headers as $ header => $ value ) {
2525 // Some pages may have specific requirements that we must follow. Don't touch them.
2626 if (!$ response ->headers ->has ($ header )) {
You can’t perform that action at this time.
0 commit comments