Skip to content

Commit

Permalink
Add use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinElst authored Nov 2, 2022
1 parent 2ff8267 commit 5028968
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Console/Command/RegenerateCategoryPathCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
use Symfony\Component\Console\Helper\QuestionHelper;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
use Magento\Catalog\Model\ResourceModel\Category\CollectionFactory as CategoryCollectionFactory;
use Magento\Framework\App\State;
Expand Down

0 comments on commit 5028968

Please sign in to comment.