@@ -106,7 +106,7 @@ |
||
106 | 106 | |
107 | 107 | public function hasRequestId(): bool |
108 | 108 | { |
109 | - return $this->requestStack->getSession()->has(self::SAML_SESSION_KEY. 'request_id'); |
|
109 | + return $this->requestStack->getSession()->has(self::SAML_SESSION_KEY . 'request_id'); |
|
110 | 110 | } |
111 | 111 | |
112 | 112 | public function clearRequestId(): void |