@@ -160,7 +160,7 @@ |
||
160 | 160 | // cache the local properties |
161 | 161 | $item = $this->getCacheItem(); |
162 | 162 | $item->set($this->_values) |
163 | - ->expiresAfter($this->getCacheTTL()); |
|
163 | + ->expiresAfter($this->getCacheTTL()); |
|
164 | 164 | |
165 | 165 | self::$cachePool->save($item); |
166 | 166 |