Skip to content

Commit e01317a

Browse files
committed
AC-7629:: Fix for static failure - 03
1 parent d01ac8d commit e01317a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/GraphQl/Schema/Type/BooleanType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ class BooleanType extends \GraphQL\Type\Definition\BooleanType implements InputT
1515
/**
1616
* @var string
1717
*/
18-
public string $name = "Magento_Boolean";
18+
public string $name = "Magento_Boolean";
1919
}

0 commit comments

Comments
 (0)