@@ -5,14 +5,14 @@ |
||
5 | 5 | use Exception; |
6 | 6 | use Illuminate\Support\Arr; |
7 | 7 | use Illuminate\Support\Collection; |
8 | -use Spatie\EventProjector\Models\StoredEvent; |
|
9 | -use Spatie\EventProjector\Projectors\Projector; |
|
10 | 8 | use Spatie\EventProjector\EventHandlers\EventHandler; |
9 | +use Spatie\EventProjector\EventHandlers\EventHandlerCollection; |
|
10 | +use Spatie\EventProjector\Events\EventHandlerFailedHandlingEvent; |
|
11 | 11 | use Spatie\EventProjector\Events\FinishedEventReplay; |
12 | 12 | use Spatie\EventProjector\Events\StartingEventReplay; |
13 | 13 | use Spatie\EventProjector\Exceptions\InvalidEventHandler; |
14 | -use Spatie\EventProjector\EventHandlers\EventHandlerCollection; |
|
15 | -use Spatie\EventProjector\Events\EventHandlerFailedHandlingEvent; |
|
14 | +use Spatie\EventProjector\Models\StoredEvent; |
|
15 | +use Spatie\EventProjector\Projectors\Projector; |
|
16 | 16 | |
17 | 17 | final class Projectionist |
18 | 18 | { |