Skip to content

Commit

Permalink
minor fix [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
frqnck committed Sep 11, 2015
1 parent 0957a11 commit b92e3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Logger/AbstractLogger.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ abstract class AbstractLogger extends AbsPsrLogger
* Holds the log separator.
* @var string
*/
public $log_separator = PHP_EOL;
protected $log_separator = PHP_EOL;

/**
* Gets the named level code.
Expand Down

0 comments on commit b92e3be

Please sign in to comment.