Skip to content

Commit db595ec

Browse files
authored
Merge pull request #33 from FVSoftwareDeveloper/master
Fix issue with class naming on command delete old logs
2 parents 795998a + aa98a65 commit db595ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataDog/AuditBundle/Command/DeleteOldLogsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
use Symfony\Component\Console\Input\InputOption;
1212
use Symfony\Component\Console\Output\OutputInterface;
1313

14-
class AuditLogDeleteOldLogsCommand extends Command
14+
class DeleteOldLogsCommand extends Command
1515
{
1616
public const DEFAULT_RETENTION_PERIOD = 'P6M';
1717

0 commit comments

Comments
 (0)