Skip to content

Commit

Permalink
update async event handler
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Jan 25, 2019
1 parent 26d57b7 commit f98e126
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Async/Internal/EventHandler.php
Expand Up @@ -13,11 +13,11 @@

namespace Prooph\EventStore\Async\Internal;

use Prooph\EventStore\ClientAuthenticationFailedEventArgs;
use Prooph\EventStore\ClientClosedEventArgs;
use Prooph\EventStore\ClientConnectionEventArgs;
use Prooph\EventStore\ClientErrorEventArgs;
use Prooph\EventStore\ClientReconnectingEventArgs;
use Prooph\EventStore\Async\ClientAuthenticationFailedEventArgs;
use Prooph\EventStore\Async\ClientClosedEventArgs;
use Prooph\EventStore\Async\ClientConnectionEventArgs;
use Prooph\EventStore\Async\ClientErrorEventArgs;
use Prooph\EventStore\Async\ClientReconnectingEventArgs;
use Prooph\EventStore\ListenerHandler;
use SplObjectStorage;

Expand Down

0 comments on commit f98e126

Please sign in to comment.