1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 22:40:39 +02:00

[ticket/12074] Update the visibility of the constructor

PHPBB3-12074
This commit is contained in:
Tristan Darricau
2014-05-09 00:48:34 +02:00
parent 3029f93000
commit 93d3c517e3

View File

@@ -16,7 +16,7 @@ abstract class command extends \phpbb\console\command\command
/** @var \phpbb\log\log */
protected $log;
function __construct(\phpbb\extension\manager $manager, \phpbb\log\log $log)
public function __construct(\phpbb\extension\manager $manager, \phpbb\log\log $log)
{
$this->manager = $manager;
$this->log = $log;