1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 18:54:08 +02:00

[ticket/17135] Use email method instead of service collection where appropriate

PHPBB-17135
This commit is contained in:
rxu
2024-06-23 14:29:17 +07:00
parent 499464e1d3
commit 3fddff240c
9 changed files with 124 additions and 57 deletions

View File

@@ -30,10 +30,10 @@ class phpbb_console_user_add_test extends phpbb_console_user_base
$this->db,
$this->config,
$this->language,
$this->email,
$this->passwords_manager,
$this->phpbb_root_path,
$this->php_ext,
$this->messenger_method_collection
$this->php_ext
));
$command = $application->find('user:add');