Skip to content

Commit d14912e

Browse files
author
Cyril Mizzi
committed
fix(style): fix phpstan errors
1 parent 460043f commit d14912e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GraphQLController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function query(Request $request, $schema = null) {
5050

5151
$responseCode = 200;
5252
} catch (\Exception $exception) {
53-
$data = \GraphQL::formatGraphQLException($exception);
53+
$data = GraphQL::formatGraphQLException($exception);
5454
$responseCode = 500;
5555

5656
Log::debug($exception);

0 commit comments

Comments
 (0)