Skip to content

Commit

Permalink
Removed RegisterSchemaDirectoryParametersPass
Browse files Browse the repository at this point in the history
The parameters it sets are already set by the container extension.
  • Loading branch information
Bertrand Dunogier authored and bdunogier committed Jun 27, 2019
1 parent 1f5c42b commit 46fa215
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.

This file was deleted.

1 change: 0 additions & 1 deletion src/EzSystemsEzPlatformGraphQLBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public function build(ContainerBuilder $container)
{
parent::build($container);

$container->addCompilerPass(new Compiler\RegisterSchemaDirectoryParametersPass());
$container->addCompilerPass(new Compiler\FieldInputHandlersPass());
$container->addCompilerPass(new Compiler\RichTextInputConvertersPass());
$container->addCompilerPass(new Compiler\SchemaWorkersPass());
Expand Down

0 comments on commit 46fa215

Please sign in to comment.