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

Merge pull request #6 from gridnevalex/make_logger_protected

Make logger protected in ModuleManager
This commit is contained in:
Kruglov Kirill 2020-09-03 16:10:05 +03:00 committed by GitHub
commit cffc890703
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,