Skip to content

Commit

Permalink
ICL: Visibility changed to protected.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ivanov committed Jul 25, 2016
1 parent 10158f9 commit 7dbf1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Loggable.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

trait Loggable
{
private $icLogger;
protected $icLogger;

protected function initialize(InputInterface $input, OutputInterface $output)
{
Expand Down

0 comments on commit 7dbf1ec

Please sign in to comment.