Skip to content

Commit

Permalink
Add compatibility with Symfony 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idmarinas committed Feb 29, 2024
1 parent eb5ca1b commit 4c4c453
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Command/RegenerateAppSecretCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@

namespace Idm\Bundle\Common\Command;

use Symfony\Component\Console\Attribute\AsCommand;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\Style\SymfonyStyle;
use Symfony\Component\Filesystem\Filesystem;

#[AsCommand(name: 'idm:regenerate:app_secret')]
class RegenerateAppSecretCommand extends Command
{
protected static $defaultName = 'idm:regenerate:app_secret';
Expand Down

0 comments on commit 4c4c453

Please sign in to comment.