Skip to content

Commit 788c577

Browse files
authored
Merge pull request #10 from apacheborys/fix-container-visibility
fix container visibility
2 parents 0e89e38 + 966cf81 commit 788c577

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/AbstractHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ abstract class AbstractHandler
2424

2525
protected ?LoggerInterface $logger;
2626

27-
private ?ContainerInterface $container;
27+
protected ?ContainerInterface $container;
2828

2929
protected HandlerExceptionDeclaratorInterface $declarator;
3030

0 commit comments

Comments
 (0)