Skip to content

Commit

Permalink
Extensible IpTraceListener
Browse files Browse the repository at this point in the history
  • Loading branch information
alterphp committed Mar 1, 2016
1 parent bc83e3c commit 5ef846f
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 5ef846f

Please sign in to comment.