forked from shopware/shopware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NEXT-21994 - Remove prefix from delete call
fixes shopware#2536
- Loading branch information
1 parent
19a9d96
commit 16e078c
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
changelog/_unreleased/2022-06-15-fix-double-cart-prefix-on-delete.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Fix double cart prefix on delete in redis cache adapter | ||
issue: NEXT-21987 | ||
author: Micha Hobert | ||
author_email: [email protected] | ||
author_github: Isengo1989 | ||
--- | ||
# Core | ||
* Removed `self::PREFIX` from `$this->delete()` because the prefix is already added in the delete method |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters