mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-02-05 23:39:26 +03:00
Fix namespaces
This commit is contained in:
parent
62de403f27
commit
7428cb8a31
@ -2,7 +2,7 @@
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace GraphQL\Tests;
|
||||
namespace GraphQL\Tests\Language;
|
||||
|
||||
use GraphQL\Language\AST\NameNode;
|
||||
use GraphQL\Language\AST\ScalarTypeDefinitionNode;
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace GraphQL\Tests;
|
||||
namespace GraphQL\Tests\Language;
|
||||
|
||||
use GraphQL\Language\Token;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
Loading…
x
Reference in New Issue
Block a user