mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12074] Update the visibility of the constructor
PHPBB3-12074
This commit is contained in:
parent
3029f93000
commit
93d3c517e3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue