8000
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.
1 parent 8db1f98 commit 0e11f5aCopy full SHA for 0e11f5a
src/Symfony/Bundle/FrameworkBundle/Resources/config/console.php
@@ -298,7 +298,7 @@
298
->set('console.command.secrets_list', SecretsListCommand::class)
299
->args([
300
service('secrets.vault'),
301
- service('secrets.local_vault'),
+ service('secrets.local_vault')->ignoreOnInvalid(),
302
])
303
->tag('console.command')
304
@@ -312,7 +312,7 @@
312
->set('console.command.secrets_encrypt_from_local', SecretsEncryptFromLocalCommand::class)
313
314
315
316
317
318
;
0 commit comments