Mercurial > packages > magicforger
comparison src/Generator/Generator.php @ 19:19b7a8de0019 main-dev
updating namespace from typo
| author | Luka Sitas <sitas.luka.97@gmail.com> |
|---|---|
| date | Wed, 26 Feb 2025 19:26:08 -0500 |
| parents | 7ee152c22478 |
| children | ee8ef14e158d |
comparison
equal
deleted
inserted
replaced
| 18:8f15ff18c094 | 19:19b7a8de0019 |
|---|---|
| 1 <?php | 1 <?php |
| 2 | 2 |
| 3 namespace Wizzard\MagicForger\Generator; | 3 namespace Wizard\MagicForger\Generator; |
| 4 | 4 |
| 5 use Symfony\Component\Console\Attribute\AsCommand; | 5 use Symfony\Component\Console\Attribute\AsCommand; |
| 6 use Symfony\Component\Console\Input\InputInterface; | 6 use Symfony\Component\Console\Input\InputInterface; |
| 7 use Symfony\Component\Console\Input\InputOption; | 7 use Symfony\Component\Console\Input\InputOption; |
| 8 use Symfony\Component\Console\Output\OutputInterface; | 8 use Symfony\Component\Console\Output\OutputInterface; |
