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 a3a9f56 commit ab8d439Copy full SHA for ab8d439
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