mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
[ticket/12074] Update the visibility of the constructor
PHPBB3-12074
This commit is contained in:
@@ -16,7 +16,7 @@ abstract class command extends \phpbb\console\command\command
|
|||||||
/** @var \phpbb\log\log */
|
/** @var \phpbb\log\log */
|
||||||
protected $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->manager = $manager;
|
||||||
$this->log = $log;
|
$this->log = $log;
|
||||||
|
Reference in New Issue
Block a user