File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 21
21
use RuntimeException ;
22
22
use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
23
23
use Symfony \Component \HttpKernel \Exception \NotFoundHttpException ;
24
- use Symfony \Contracts \Service \ResetInterface ;
25
24
26
25
use function array_keys ;
27
26
use function is_callable ;
28
27
use function sprintf ;
29
28
30
- class Executor implements ResetInterface
29
+ class Executor
31
30
{
32
31
public const PROMISE_ADAPTER_SERVICE_ID = 'overblog_graphql.promise_adapter ' ;
33
32
Original file line number Diff line number Diff line change 8
8
use Overblog \GraphQLBundle \Event \Events ;
9
9
use Overblog \GraphQLBundle \Event \TypeLoadedEvent ;
10
10
use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
11
- use Symfony \Contracts \Service \ResetInterface ;
12
11
13
12
use function sprintf ;
14
13
You can’t perform that action at this time.
0 commit comments