mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-22 18:27:31 +00:00
Move console commands into a Console
directory
This commit is contained in:
parent
c1da7e3c5a
commit
a83c51bbcd
|
@ -2,7 +2,7 @@
|
|||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Command;
|
||||
namespace App\Console\Command;
|
||||
|
||||
use App\Action\CreateFinalConfigurationData;
|
||||
use App\Action\CreateListOfFilesToGenerate;
|
|
@ -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;
|
Loading…
Reference in a new issue