1
0
mirror of synced 2025-01-26 10:11:41 +03:00

Make logger protected in ModuleManager

This commit is contained in:
gridnev 2020-09-03 16:01:07 +03:00
parent 92a0e575d4
commit 1583739691

View File

@ -85,7 +85,7 @@ abstract class ModuleManager implements ModuleManagerInterface
/** /**
* @var LoggerInterface * @var LoggerInterface
*/ */
private $logger; protected $logger;
public function __construct( public function __construct(
array $moduleParameters, array $moduleParameters,