Skip to content

Commit

Permalink
Reorder use statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrenssen committed Aug 5, 2024
1 parent 01d1bc9 commit 2eb82f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/Kernel/DataProducer/CurrentUserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
namespace Drupal\Tests\graphql\Kernel\DataProducer;

use Drupal\Core\Session\AccountInterface;
use Drupal\graphql\GraphQL\Execution\FieldContext;
use Drupal\Tests\graphql\Kernel\GraphQLTestBase;
use Drupal\Tests\user\Traits\UserCreationTrait;
use Drupal\graphql\GraphQL\Execution\FieldContext;
use Drupal\user\Entity\User;

/**
Expand Down

0 comments on commit 2eb82f0

Please sign in to comment.