Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Commit c500612

Browse files
committed
remove unused imports
1 parent 84d7c8d commit c500612

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/Maker/MakeModel.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
use Symfony\Component\Console\Input\InputInterface;
3131
use Symfony\Component\Console\Input\InputOption;
3232
use GeekCell\DddBundle\Infrastructure\Doctrine\Repository as OrmRepository;
33-
34-
use Symfony\Component\Filesystem\Path;
3533
use function Symfony\Component\String\u;
3634

3735
const DOCTRINE_CONFIG_PATH = 'config/packages/doctrine.yaml';

src/Maker/MakeResource.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
use Symfony\Component\Console\Input\InputArgument;
2828
use Symfony\Component\Console\Input\InputInterface;
2929
use Symfony\Component\Console\Input\InputOption;
30-
use Symfony\Component\Filesystem\Path;
3130

3231
final class MakeResource extends AbstractMaker implements InputAwareMakerInterface
3332
{

0 commit comments

Comments
 (0)