add dcDeprecated as distributed ns for logs

master
Jean-Christian Paul Denis 2023-04-16 23:26:31 +02:00
parent 92b0e70e5d
commit 281ab72dda
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ class Logs extends AbstractCleaner
public function distributed(): array public function distributed(): array
{ {
return [ return [
'dcDeprecated',
'maintenance', 'maintenance',
]; ];
} }