|
@@ -4,15 +4,14 @@ |
|
|
block discarded – undo |
|
4
|
4
|
|
|
5
|
5
|
use Exception; |
|
6
|
6
|
use Illuminate\Support\Collection; |
|
7
|
|
-use Spatie\EventProjector\Models\ProjectorStatus; |
|
8
|
|
-use Spatie\EventProjector\Models\StoredEvent; |
|
9
|
|
-use Spatie\EventProjector\Projectors\Projector; |
|
10
|
7
|
use Spatie\EventProjector\EventHandlers\EventHandler; |
|
|
8
|
+use Spatie\EventProjector\Events\EventHandlerFailedHandlingEvent; |
|
11
|
9
|
use Spatie\EventProjector\Events\FinishedEventReplay; |
|
|
10
|
+use Spatie\EventProjector\Events\ProjectorDidNotHandlePriorEvents; |
|
12
|
11
|
use Spatie\EventProjector\Events\StartingEventReplay; |
|
13
|
12
|
use Spatie\EventProjector\Exceptions\InvalidEventHandler; |
|
14
|
|
-use Spatie\EventProjector\Events\EventHandlerFailedHandlingEvent; |
|
15
|
|
-use Spatie\EventProjector\Events\ProjectorDidNotHandlePriorEvents; |
|
|
13
|
+use Spatie\EventProjector\Models\StoredEvent; |
|
|
14
|
+use Spatie\EventProjector\Projectors\Projector; |
|
16
|
15
|
|
|
17
|
16
|
class EventProjectionist |
|
18
|
17
|
{ |
Please login to merge, or discard this patch.