@@ -124,7 +124,7 @@ |
||
124 | 124 | protected function getTokenFromCookie(ServerRequestInterface $request): ?string |
125 | 125 | { |
126 | 126 | $clientIp = $request->getAttribute($this->ipAttr); |
127 | - $cookieName = $clientIp ? $this->cookieName . '_' . $clientIp : $this->cookieName; |
|
127 | + $cookieName = $clientIp ? $this->cookieName.'_'.$clientIp : $this->cookieName; |
|
128 | 128 | |
129 | 129 | return $request->getCookieParams()[$cookieName] ?? null; |
130 | 130 | } |