Skip to content

Commit 3961738

Browse files
author
Bjorn Van Acker
committed
Merge branch '267-symfony-secrets'
2 parents a52dae7 + a822650 commit 3961738

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/services.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
declare(strict_types=1);
44

5+
use SumoCoders\FrameworkCoreBundle\Command\SecretsGetCommand;
56
use SumoCoders\FrameworkCoreBundle\Command\TranslateCommand;
67
use SumoCoders\FrameworkCoreBundle\Twig\ContentExtension;
78
use Symfony\Component\Form\Extension\Core\Type\TimeType;
@@ -125,5 +126,8 @@
125126
* Commands
126127
*/
127128
->set(TranslateCommand::class)
129+
->tag('console.command')
130+
131+
->set(SecretsGetCommand::class)
128132
->tag('console.command');
129133
};

0 commit comments

Comments
 (0)