Skip to content

Commit

Permalink
Merge pull request #452 from creative-commoners/pulls/6/remove-support
Browse files Browse the repository at this point in the history
FIX Import correct InputOption class
  • Loading branch information
GuySartorelli authored Nov 26, 2024
2 parents ba77548 + f5e1bd3 commit 9725e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tasks/CheckJobHealthTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Symbiote\QueuedJobs\Tasks;

use Composer\Console\Input\InputOption;
use Psr\Log\LoggerInterface;
use SilverStripe\Core\Injector\Injector;
use SilverStripe\Dev\BuildTask;
Expand All @@ -11,6 +10,7 @@
use Symbiote\QueuedJobs\Services\QueuedJobService;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;

class CheckJobHealthTask extends BuildTask
{
Expand Down

0 comments on commit 9725e76

Please sign in to comment.