Skip to content

Commit

Permalink
Fix visibility bug in PHP 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotchance committed Sep 23, 2014
1 parent ed8a515 commit 95b4b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concise/Services/ValueRenderer.php
Expand Up @@ -11,7 +11,7 @@ class ValueRenderer
{
protected $theme;

protected function colorize($value)
public function colorize($value)
{
$c = new Color();
if (!$this->theme) {
Expand Down

0 comments on commit 95b4b62

Please sign in to comment.