Skip to content

Commit

Permalink
Fix issue with class naming on command delete old logs
Browse files Browse the repository at this point in the history
  • Loading branch information
felix Valerio committed Oct 18, 2024
1 parent 37f7c9b commit aa98a65
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 aa98a65

Please sign in to comment.