@@ -46,7 +46,7 @@ |
||
| 46 | 46 | $this->_maxRequestCount = $maxRequests ?? self::DEFAULT_MAX_REQUESTS; |
| 47 | 47 | $requestInterval = $requestIntervalSeconds ?? self::DEFAULT_REQUEST_INTERVAL; |
| 48 | 48 | |
| 49 | - $this->_storageKey = $this->_maxRequestCount . '_' . $requestInterval; |
|
| 49 | + $this->_storageKey = $this->_maxRequestCount . '_' . $requestInterval; |
|
| 50 | 50 | $this->_restoreState($requestInterval); |
| 51 | 51 | } |
| 52 | 52 | |