aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command/config/command.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/console/command/config/command.php')
-rw-r--r--phpBB/phpbb/console/command/config/command.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/console/command/config/command.php b/phpBB/phpbb/console/command/config/command.php
index f0ad5d4d19..19f67d3b6c 100644
--- a/phpBB/phpbb/console/command/config/command.php
+++ b/phpBB/phpbb/console/command/config/command.php
@@ -17,7 +17,7 @@ abstract class command extends \phpbb\console\command\command
/** @var \phpbb\config\config */
protected $config;
- function __construct(\phpbb\user $user, \phpbb\config\config $config)
+ public function __construct(\phpbb\user $user, \phpbb\config\config $config)
{
$this->config = $config;