We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a52dae7 + a822650 commit 3961738Copy full SHA for 3961738
config/services.php
@@ -2,6 +2,7 @@
2
3
declare(strict_types=1);
4
5
+use SumoCoders\FrameworkCoreBundle\Command\SecretsGetCommand;
6
use SumoCoders\FrameworkCoreBundle\Command\TranslateCommand;
7
use SumoCoders\FrameworkCoreBundle\Twig\ContentExtension;
8
use Symfony\Component\Form\Extension\Core\Type\TimeType;
@@ -125,5 +126,8 @@
125
126
* Commands
127
*/
128
->set(TranslateCommand::class)
129
+ ->tag('console.command')
130
+
131
+ ->set(SecretsGetCommand::class)
132
->tag('console.command');
133
};
0 commit comments