Skip to content

Commit

Permalink
Reference the correct class.
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-vessey committed Jun 26, 2024
1 parent 7c3d00d commit c0418a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embargo.services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ services:
tags:
- { name: 'event_subscriber' }
cache_context.user.embargo__has_exemption:
class: Drupal\embargo\Cache\Context\IpRangeCacheContext
class: Drupal\embargo\Cache\Context\UserExemptedCacheContext
arguments:
- '@current_user'
- '@entity_type.manager'
Expand Down

0 comments on commit c0418a6

Please sign in to comment.