mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-04-04 13:13:30 +03:00
Fix Utils fqcn
This commit is contained in:
parent
297bac0dea
commit
639f493e47
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ use GraphQL\Error\FormattedError;
|
|||
use GraphQL\Error\InvariantViolation;
|
||||
use GraphQL\Executor\ExecutionResult;
|
||||
use GraphQL\Executor\Promise\Promise;
|
||||
use GraphQL\Utils;
|
||||
use GraphQL\Utils\Utils;
|
||||
use Psr\Http\Message\ResponseInterface;
|
||||
use Psr\Http\Message\ServerRequestInterface;
|
||||
use Psr\Http\Message\StreamInterface;
|
||||
|
|
Loading…
Add table
Reference in a new issue