Skip to content

Commit

Permalink
Fixed property visibility for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Coureau committed Dec 5, 2013
1 parent 939f836 commit 5e15d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Fixtures/Bundle/DemoAdminBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class DemoAdminBundle extends Bundle
{
private $path = null;
protected $path = null;

public function setPath($path)
{
Expand Down

0 comments on commit 5e15d1f

Please sign in to comment.