Clean.
This commit is contained in:
parent
d9b6621a1a
commit
d10a85aea7
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ class Router
|
|||
|
||||
try {
|
||||
$this->cachePoolChain->save($routeItem);
|
||||
}catch(CachePoolException $cachePoolException){
|
||||
} catch (CachePoolException $cachePoolException) {
|
||||
$this->logger->critical($cachePoolException->getMessage());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue