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 232bb86 commit d13041fCopy full SHA for d13041f
app/code/Magento/TaxGraphQl/Model/Resolver/DisplayGiftWrapping.php
@@ -29,7 +29,8 @@ class DisplayGiftWrapping implements ResolverInterface
29
/**
30
* @param EnumLookup $enumLookup
31
*/
32
- public function __construct(private readonly EnumLookup $enumLookup) {
+ public function __construct(private readonly EnumLookup $enumLookup)
33
+ {
34
}
35
36
0 commit comments