File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 14
14
use Symfony \Bundle \FrameworkBundle \Secrets \AbstractVault ;
15
15
use Symfony \Component \Console \Command \Command ;
16
16
use Symfony \Component \Console \Completion \CompletionInput ;
17
- use Symfony \Component \Console \Completion \CompletionInterface ;
18
17
use Symfony \Component \Console \Completion \CompletionSuggestions ;
19
18
use Symfony \Component \Console \Input \InputArgument ;
20
19
use Symfony \Component \Console \Input \InputInterface ;
29
28
*
30
29
* @internal
31
30
*/
32
- final class SecretsRemoveCommand extends Command implements CompletionInterface
31
+ final class SecretsRemoveCommand extends Command
33
32
{
34
33
protected static $ defaultName = 'secrets:remove ' ;
35
34
protected static $ defaultDescription = 'Remove a secret from the vault ' ;
You can’t perform that action at this time.
0 commit comments