@@ -224,6 +224,9 @@ |
||
| 224 | 224 | return $this->dataRepositoryManager->getRoutePathId($this->route, $this->request); |
| 225 | 225 | } |
| 226 | 226 | |
| 227 | + /** |
|
| 228 | + * @param string $item |
|
| 229 | + */ |
|
| 227 | 230 | protected function logUntrackable($item) |
| 228 | 231 | { |
| 229 | 232 | if ($this->config->get('log_untrackable_sessions') && !isset($this->loggedItems[$item])) { |