@@ -120,7 +120,7 @@ |
||
| 120 | 120 | $cacheFile = $this->config['paths']['routesCache'].'/'.$cacheFileName; |
| 121 | 121 | |
| 122 | 122 | if (!file_exists($cacheFile)) { |
| 123 | - array_map('unlink', glob( $this->config['paths']['routesCache'].'/*.cache')); |
|
| 123 | + array_map('unlink', glob($this->config['paths']['routesCache'].'/*.cache')); |
|
| 124 | 124 | } |
| 125 | 125 | |
| 126 | 126 | $dispatcher = \FastRoute\cachedDispatcher( |