Skip to content
Snippets Groups Projects
Commit 9db6e4ef authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2459975 by fgm: RouteCacheContext / RouteNameCacheContext implement CacheContextInterface

parent 89794ac9
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
/**
* Defines the AccountPermissionsCacheContext service, for "per permission" caching.
*/
class AccountPermissionsCacheContext extends UserCacheContext implements CacheContextInterface{
class AccountPermissionsCacheContext extends UserCacheContext {
/**
* The permissions hash generator.
......
......@@ -12,7 +12,7 @@
/**
* Defines the RouteCacheContext service, for "per route" caching.
*/
class RouteCacheContext {
class RouteCacheContext implements CacheContextInterface {
/**
* The route match.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment