Skip to content

Commit 18a1fb6

Browse files
authored
Fix missing attribute import (#505)
1 parent 679ab72 commit 18a1fb6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Component/Console/NoneKeyGeneratorCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
namespace Jose\Component\Console;
66

77
use Jose\Component\KeyManagement\JWKFactory;
8+
use Symfony\Component\Console\Attribute\AsCommand;
89
use Symfony\Component\Console\Input\InputInterface;
910
use Symfony\Component\Console\Output\OutputInterface;
1011

src/Component/Console/PublicKeyCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
use InvalidArgumentException;
88
use Jose\Component\Core\JWK;
99
use Jose\Component\Core\Util\JsonConverter;
10+
use Symfony\Component\Console\Attribute\AsCommand;
1011
use Symfony\Component\Console\Input\InputArgument;
1112
use Symfony\Component\Console\Input\InputInterface;
1213
use Symfony\Component\Console\Output\OutputInterface;

0 commit comments

Comments
 (0)