1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/17347] Add special handling for deletion of bots

PHPBB-17347
This commit is contained in:
Marc Alexander
2024-06-21 20:48:41 +02:00
parent 09f0b417be
commit 8c77da9c30
5 changed files with 128 additions and 8 deletions

View File

@@ -281,13 +281,17 @@ services:
tags:
- { name: console.command }
console.command.user.delete_ids:
class: phpbb\console\command\user\delete_ids
console.command.user.delete_id:
class: phpbb\console\command\user\delete_id
arguments:
- '@dbal.conn'
- '@language'
- '@log'
- '@user'
- '@user_loader'
- '%tables.bots%'
- '%tables.user_group%'
- '%tables.users%'
- '%core.root_path%'
- '%core.php_ext%'
tags: