Skip to content

Commit

Permalink
Merge d880f5e into 48fc5bb
Browse files Browse the repository at this point in the history
  • Loading branch information
xterr committed Mar 29, 2020
2 parents 48fc5bb + d880f5e commit 306fe2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Bridge/Symfony/Bundle/Command/GraphQlExportCommand.php
Expand Up @@ -13,7 +13,7 @@

namespace ApiPlatform\Core\Bridge\Symfony\Bundle\Command;

use ApiPlatform\Core\GraphQl\Type\SchemaBuilder;
use ApiPlatform\Core\GraphQl\Type\SchemaBuilderInterface;
use GraphQL\Utils\SchemaPrinter;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputInterface;
Expand All @@ -34,7 +34,7 @@ class GraphQlExportCommand extends Command

private $schemaBuilder;

public function __construct(SchemaBuilder $schemaBuilder)
public function __construct(SchemaBuilderInterface $schemaBuilder)
{
$this->schemaBuilder = $schemaBuilder;

Expand Down

0 comments on commit 306fe2e

Please sign in to comment.