Skip to content

Commit

Permalink
feat: removed cs fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpoensgen committed Jun 18, 2023
1 parent 1f4f198 commit 7decf8d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.1.5

- Fixed statistics controller in admin

# 1.1.4

- Added ShareBasketCleanupCriteriaEvent
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frosh/platform-share-basket",
"version": "1.1.4",
"version": "1.1.5",
"type": "shopware-platform-plugin",
"description": "Shopware Plugin to share your basket",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/Administration/Controller/ShareBasketController.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function statistics(Request $request, Context $context): Response
'shareBasket',
'frosh_share_basket_line_item',
'froshShareBasketLineItem',
'shareBasket.id = froshShareBasketLineItem.cart_id'
'shareBasket.id = froshShareBasketLineItem.share_basket_id'
)
->leftJoin(
'froshShareBasketLineItem',
Expand Down

0 comments on commit 7decf8d

Please sign in to comment.