mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-05 19:05:33 +01:00
Rename files and update namespace
This commit is contained in:
parent
31600df9c3
commit
83cb16a818
3 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
use OliverDaviesLtd\BuildConfiguration\Console\Command\BuildConfigurationCommand;
|
||||
use OliverDaviesLtd\BuildConfigs\Console\Command\BuildConfigurationCommand;
|
||||
use Symfony\Component\Console\Application;
|
||||
use Symfony\Component\Filesystem\Filesystem;
|
||||
use Twig\Environment;
|
||||
|
@ -17,5 +17,5 @@ $application->addCommands([
|
|||
new BuildConfigurationCommand($twig, $filesystem),
|
||||
]);
|
||||
|
||||
$application->setDefaultCommand('build-configuration', true);
|
||||
$application->setDefaultCommand('build-configs', true);
|
||||
$application->run();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue