Skip to content

Commit

Permalink
Fixed use of incorrect namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiasco committed Dec 18, 2023
1 parent c90e817 commit 1b29a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/Self/MakeDocsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

use Acquia\Cli\Attribute\RequireAuth;
use Acquia\Cli\Command\CommandBase;
use Composer\Console\Input\InputOption;
use Symfony\Component\Console\Attribute\AsCommand;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Helper\DescriptorHelper;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;

#[RequireAuth]
Expand Down

0 comments on commit 1b29a41

Please sign in to comment.