Skip to content

Commit a2ae1b5

Browse files
author
Richard Gooding
committed
$_logger is now protected
1 parent 956170e commit a2ae1b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Log.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class Log
88
/**
99
* @var LoggerInterface
1010
*/
11-
private static $_logger;
11+
protected static $_logger;
1212

1313
public static function bind(LoggerInterface $logger): LoggerInterface
1414
{

0 commit comments

Comments
 (0)