Mercurial > packages > magicforger
comparison src/Generator/Requests/RequestGenerator.php @ 20:81a76472ba21 main-dev
More namespace issues
| author | Luka Sitas <sitas.luka.97@gmail.com> |
|---|---|
| date | Wed, 26 Feb 2025 19:29:55 -0500 |
| parents | 769a17898cc0 |
| children | ee8ef14e158d |
comparison
equal
deleted
inserted
replaced
| 19:19b7a8de0019 | 20:81a76472ba21 |
|---|---|
| 1 <?php | 1 <?php |
| 2 | 2 |
| 3 namespace Wizzard\MagicForger\Generator\Requests; | 3 namespace Wizard\MagicForger\Generator\Requests; |
| 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; |
| 9 use Wizzard\MagicForger\Generator\BaseGenerator; | 9 use Wizard\MagicForger\Generator\BaseGenerator; |
| 10 | 10 |
| 11 #[AsCommand(name: 'mf:request')] | 11 #[AsCommand(name: 'mf:request')] |
| 12 class RequestGenerator extends BaseGenerator | 12 class RequestGenerator extends BaseGenerator |
| 13 { | 13 { |
| 14 /** | 14 /** |
