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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user