Skip to content

Commit

Permalink
Extensible IpTraceListener
Browse files Browse the repository at this point in the history
  • Loading branch information
alterphp committed Sep 2, 2014
1 parent 727276b commit 3677391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EventListener/IpTraceListener.php
Expand Up @@ -19,7 +19,7 @@ class IpTraceListener implements EventSubscriberInterface
/**
* @var IpTraceableListener
*/
private $ipTraceableListener;
protected $ipTraceableListener;

public function __construct(IpTraceableListener $ipTraceableListener)
{
Expand Down

0 comments on commit 3677391

Please sign in to comment.