We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af19e8 commit cc2b27fCopy full SHA for cc2b27f
code_samples/discounts/src/Command/ManageDiscountsCommand.php
@@ -36,12 +36,12 @@ final class ManageDiscountsCommand extends Command
36
private UserService $userService;
37
38
public function __construct(
39
- UserService $userSerice,
+ UserService $userService,
40
PermissionResolver $permissionResolver,
41
DiscountServiceInterface $discountService,
42
DiscountCodeServiceInterface $discountCodeService
43
) {
44
- $this->userService = $userSerice;
+ $this->userService = $userService;
45
$this->discountService = $discountService;
46
$this->discountCodeService = $discountCodeService;
47
$this->permissionResolver = $permissionResolver;
0 commit comments