Skip to content

Commit 2eb82f0

Browse files
committed
Reorder use statements.
1 parent 01d1bc9 commit 2eb82f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/Kernel/DataProducer/CurrentUserTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
namespace Drupal\Tests\graphql\Kernel\DataProducer;
66

77
use Drupal\Core\Session\AccountInterface;
8+
use Drupal\graphql\GraphQL\Execution\FieldContext;
89
use Drupal\Tests\graphql\Kernel\GraphQLTestBase;
910
use Drupal\Tests\user\Traits\UserCreationTrait;
10-
use Drupal\graphql\GraphQL\Execution\FieldContext;
1111
use Drupal\user\Entity\User;
1212

1313
/**

0 commit comments

Comments
 (0)