mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/12683] Remove unused property
PHPBB3-12683
This commit is contained in:
@@ -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,
|
||||
|
@@ -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,
|
||||
|
Reference in New Issue
Block a user