This commit is contained in:
Greyscale 2020-11-22 08:41:25 +01:00
parent d9b6621a1a
commit d10a85aea7
No known key found for this signature in database
GPG key ID: C6178C19949CFFE3

View file

@ -156,7 +156,7 @@ class Router
try {
$this->cachePoolChain->save($routeItem);
}catch(CachePoolException $cachePoolException){
} catch (CachePoolException $cachePoolException) {
$this->logger->critical($cachePoolException->getMessage());
}