Skip to content

Commit bccf1e0

Browse files
committed
fix: dead
1 parent 6642887 commit bccf1e0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/Request/Executor.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,12 @@
2121
use RuntimeException;
2222
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
2323
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
24-
use Symfony\Contracts\Service\ResetInterface;
2524

2625
use function array_keys;
2726
use function is_callable;
2827
use function sprintf;
2928

30-
class Executor implements ResetInterface
29+
class Executor
3130
{
3231
public const PROMISE_ADAPTER_SERVICE_ID = 'overblog_graphql.promise_adapter';
3332

src/Resolver/TypeResolver.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
use Overblog\GraphQLBundle\Event\Events;
99
use Overblog\GraphQLBundle\Event\TypeLoadedEvent;
1010
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
11-
use Symfony\Contracts\Service\ResetInterface;
1211

1312
use function sprintf;
1413

0 commit comments

Comments
 (0)