Skip to content

Commit 8f84049

Browse files
authored
[Discounts] Fixed typo
1 parent 280b116 commit 8f84049

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code_samples/discounts/src/Command/ManageDiscountsCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ final class ManageDiscountsCommand extends Command
3636
private UserService $userService;
3737

3838
public function __construct(
39-
UserService $userSerice,
39+
UserService $userService,
4040
PermissionResolver $permissionResolver,
4141
DiscountServiceInterface $discountService,
4242
DiscountCodeServiceInterface $discountCodeService
4343
) {
44-
$this->userService = $userSerice;
44+
$this->userService = $userService;
4545
$this->discountService = $discountService;
4646
$this->discountCodeService = $discountCodeService;
4747
$this->permissionResolver = $permissionResolver;

0 commit comments

Comments
 (0)