Skip to content

Commit

Permalink
OP-353 - Restore dependencies, remove readonlny from AddToCart command
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Kostrubiec committed Jul 15, 2024
1 parent 34e21de commit 1c11687
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
"league/flysystem-bundle": "2.4.0",
"sylius/mailer-bundle": "^1.8 || ^2.0@beta",
"lchrusciel/api-test-case": "^4.1 || ^5.0",
"nelmio/alice": "^3.10",
"doctrine/collections": "1.8.0 || ^2.2"
"nelmio/alice": "^3.10"
},
"conflict": {
"symfony/symfony": "4.1.8",
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Wishlist/AddProductsToCart.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

final class AddProductsToCart implements AddProductsToCartInterface
{
public function __construct(private readonly Collection $wishlistProducts)
public function __construct(private Collection $wishlistProducts)
{
}

Expand Down

0 comments on commit 1c11687

Please sign in to comment.