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

[ticket/12683] Remove unused property

PHPBB3-12683
This commit is contained in:
Ruben Calvo
2021-11-23 09:37:22 +01:00
parent ac227a9ea6
commit 2e917b6059
5 changed files with 3 additions and 17 deletions

View File

@@ -14,7 +14,6 @@ class create_test extends base
{
$application = new Application();
$application->add(new create(
$this->config,
$this->language,
$this->log,
$this->post_helper,

View File

@@ -14,7 +14,6 @@ class delete_test extends base
{
$application = new Application();
$application->add(new delete(
$this->config,
$this->language,
$this->log,
$this->post_helper,