@@ -7,7 +7,6 @@ |
||
| 7 | 7 | use Phile\Core\Container; |
| 8 | 8 | use Phile\Core\Registry; |
| 9 | 9 | use Phile\Model\Page; |
| 10 | -use Phile\Repository\Page as Repository; |
|
| 11 | 10 | use Phile\ServiceLocator\TemplateInterface; |
| 12 | 11 | |
| 13 | 12 | /** |
@@ -20,7 +20,7 @@ |
||
| 20 | 20 | /** @var string slug */ |
| 21 | 21 | const SLUG_PREFIX = '-phile.phpFastCache.slug-'; |
| 22 | 22 | |
| 23 | - const SLUG = ['{', '}' , '(', ')','/' , '\\' , '@', ':']; |
|
| 23 | + const SLUG = ['{', '}', '(', ')', '/', '\\', '@', ':']; |
|
| 24 | 24 | |
| 25 | 25 | /** |
| 26 | 26 | * @var CacheInterface the cache engine |