Skip to content

Commit

Permalink
Merge pull request #58 from mremi/deprecations
Browse files Browse the repository at this point in the history
chore(deps): fix deprecations for Symfony 6 support
  • Loading branch information
mremi authored Oct 26, 2022
2 parents 74c2272 + 95cefd0 commit 05c9e24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Command/EncryptCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
namespace Ekino\DataProtectionBundle\Command;

use Ekino\DataProtectionBundle\Encryptor\Encryptor;
use Symfony\Component\Console\Attribute\AsCommand;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;
Expand All @@ -24,6 +25,7 @@
*
* @author Christian Kollross <[email protected]>
*/
#[AsCommand(name: 'ekino-data-protection:encrypt')]
final class EncryptCommand extends Command
{
/**
Expand Down

0 comments on commit 05c9e24

Please sign in to comment.