Format
This commit is contained in:
+1
-1
@@ -69,6 +69,6 @@ class Dummy extends GraphQLSubscription
|
||||
*/
|
||||
public function resolve($root, array $args, GraphQLContext $context, ResolveInfo $resolveInfo): array
|
||||
{
|
||||
return array($root);
|
||||
return [$root];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user