Move console commands into a Console directory

This commit is contained in:
Oliver Davies 2024-08-03 12:22:19 +01:00
parent c1da7e3c5a
commit a83c51bbcd
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
declare(strict_types=1);
namespace App\Command;
namespace App\Console\Command;
use App\Action\CreateFinalConfigurationData;
use App\Action\CreateListOfFilesToGenerate;

View file

@ -2,7 +2,7 @@
declare(strict_types=1);
namespace App\Command;
namespace App\Console\Command;
use Symfony\Component\Console\Attribute\AsCommand;
use Symfony\Component\Console\Command\Command;