Skip to content

Commit c08cc2b

Browse files
committed
Fixing broken build for 0.8
1 parent 961e44c commit c08cc2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/deprecated.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ class_alias('GraphQL\Language\AST\FloatValueNode', 'GraphQL\Language\AST\FloatVa
1919
class_alias('GraphQL\Language\AST\FragmentDefinitionNode', 'GraphQL\Language\AST\FragmentDefinition');
2020
class_alias('GraphQL\Language\AST\FragmentSpreadNode', 'GraphQL\Language\AST\FragmentSpread');
2121
class_alias('GraphQL\Language\AST\InlineFragmentNode', 'GraphQL\Language\AST\InlineFragment');
22-
class_alias('GraphQL\Language\AST\InlineFragmentNode', 'GraphQL\Language\AST\InlineFragment');
2322
class_alias('GraphQL\Language\AST\IntValueNode', 'GraphQL\Language\AST\IntValue');
2423
class_alias('GraphQL\Language\AST\ListTypeNode', 'GraphQL\Language\AST\ListType');
2524
class_alias('GraphQL\Language\AST\ListValueNode', 'GraphQL\Language\AST\ListValue');

0 commit comments

Comments
 (0)