Skip to content

Commit 7dbf1ec

Browse files
committed
ICL: Visibility changed to protected.
1 parent 10158f9 commit 7dbf1ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Loggable.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
trait Loggable
1919
{
20-
private $icLogger;
20+
protected $icLogger;
2121

2222
protected function initialize(InputInterface $input, OutputInterface $output)
2323
{

0 commit comments

Comments
 (0)