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 460043f commit d14912eCopy full SHA for d14912e
src/GraphQLController.php
@@ -50,7 +50,7 @@ public function query(Request $request, $schema = null) {
50
51
$responseCode = 200;
52
} catch (\Exception $exception) {
53
- $data = \GraphQL::formatGraphQLException($exception);
+ $data = GraphQL::formatGraphQLException($exception);
54
$responseCode = 500;
55
56
Log::debug($exception);
0 commit comments