Skip to content

Commit

Permalink
Add in the related entity to the mix.
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-vessey committed May 9, 2024
1 parent 63d0178 commit d8c5b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entity/Embargo.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
* },
* },
* list_cache_contexts = { "ip.embargo_range", "user" },
* list_cache_tags = { "embargo_list" },
* list_cache_tags = { "embargo_list", "embargo_ip_range_list" },
* base_table = "embargo",
* admin_permission = "administer embargo",
* entity_keys = {
Expand Down

0 comments on commit d8c5b3b

Please sign in to comment.