Skip to content

Commit

Permalink
FIX Import correct InputOption class
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Nov 21, 2024
1 parent ba60c2b commit e1a4bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GraphQLSchemaInitTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

namespace SilverStripe\GraphQLDevTools;

use Composer\Console\Input\InputOption;
use SilverStripe\Core\Manifest\ModuleManifest;
use SilverStripe\Core\Path;
use SilverStripe\Dev\BuildTask;
use SilverStripe\PolyExecution\PolyOutput;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;

/**
* A task that initialises a GraphQL 4+ schema with boilerplate config and files.
Expand Down

0 comments on commit e1a4bf7

Please sign in to comment.