Skip to content

Commit

Permalink
Merge pull request #33 from FVSoftwareDeveloper/master
Browse files Browse the repository at this point in the history
Fix issue with class naming on command delete old logs
  • Loading branch information
whernandez authored Oct 18, 2024
2 parents 795998a + aa98a65 commit db595ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataDog/AuditBundle/Command/DeleteOldLogsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;

class AuditLogDeleteOldLogsCommand extends Command
class DeleteOldLogsCommand extends Command
{
public const DEFAULT_RETENTION_PERIOD = 'P6M';

Expand Down

0 comments on commit db595ec

Please sign in to comment.